Browse Source

"Alan J. Wylie" <ebpxyvahk@wylie.me.uk>:

fixed forgotten '$' before variable name in nethack


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2153 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
b42142603d
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      package/blindcoder/nethack/nethack.conf

+ 1
- 2
package/blindcoder/nethack/nethack.conf

@ -221,7 +221,7 @@ createpatch () {
EEE
fi
# Compression
if [ "ROCKCFG_PKG_NETHACK_USE_COM" == "1" ] ; then
if [ "$ROCKCFG_PKG_NETHACK_USE_COM" == "1" ] ; then
if [ "$ROCKCFG_PKG_NETHACK_COM" -ne "/usr/bin/compress" ] ; then
cat >>$xx<<-EEE
@@ -170,1 +170,1 @@
@ -374,4 +374,3 @@ runconf='0'
prepatch="createpatch"
patchfiles="$patchfiles $builddir/config.patch"
export QTDIR="$QT31DIR"

Loading…
Cancel
Save