diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 3c9ce85eb..619bd2df8 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -11,7 +11,7 @@ the /boot directory content from the bootdisk (on PowerPC the 2nd stage increased to over 64MB ...) - mp3info: removed gcc33 patch (does not apply) and cleanups - - fixed pcse-lite to not create a /usr/local file (+ some cleanups) + - fixed pcse-lite and xtris to not create a /usr/local file (+ some cleanups) *) 2003-09-06 (2.0.0-rc1 - 2.0.0-rc2) diff --git a/package/avm/xtris/xtris.conf b/package/avm/xtris/xtris.conf index 84791ef9c..6373fb31c 100644 --- a/package/avm/xtris/xtris.conf +++ b/package/avm/xtris/xtris.conf @@ -22,7 +22,7 @@ # --- ROCK-COPYRIGHT-NOTE-END --- var_append makeopt " " "BINDIR=\$root/\$ROCKCFG_PKG_GAMES_BINDIR \ - MANDIR=\$mandir \ + MANDIR=\$root/\$mandir \ XLIBDIR=\"-L\$root/\$prefix/X11/lib\"" -makeinstopt"$makeopt install" +makeinstopt="$makeopt install"