Browse Source

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
rocklinux
Rene Rebe 21 years ago
parent
commit
244dc9ae49
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Documentation/Developers/CHANGELOG-RENE
  2. +2
    -2
      package/avm/xtris/xtris.conf

+ 1
- 1
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)

+ 2
- 2
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"

Loading…
Cancel
Save