Browse Source

fixed /usr/local utilization of koules

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1341 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
d2e2acbd7d
2 changed files with 8 additions and 1 deletions
  1. +2
    -1
      Documentation/Developers/CHANGELOG-RENE
  2. +6
    -0
      package/blindcoder/koules/koules.conf

+ 2
- 1
Documentation/Developers/CHANGELOG-RENE

@ -11,7 +11,8 @@
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 and xtris to not create a /usr/local file (+ some cleanups)
- fixed pcse-lite, xtris and koules to not create a /usr/local file
(+ some cleanups)
- fixed autotrace category to make it pass paranoia checks and so build
correctly

+ 6
- 0
package/blindcoder/koules/koules.conf

@ -23,3 +23,9 @@
runconf="0"
premake="ln -s xkoules.6 xkoules.man"
var_append makeopt " " "BINDIR=\$root/\$ROCKCFG_PKG_GAMES_BINDIR \
SOUNDDIR=\$root/\$prefix/share/\$pkg \
MANDIR=\$mandir"
makeinstopt="$makeopt install"

Loading…
Cancel
Save