From 244dc9ae49b2f721df97429c648eeac201f69aa5 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Mon, 8 Sep 2003 04:07:54 +0000 Subject: [PATCH] also fixed (hopefully - regtest has not yet reached the rebuild) xtris to not install into /usr/local git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1339 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 2 +- package/avm/xtris/xtris.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"