aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--development/kForth-32/kForth-32.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/kForth-32/kForth-32.SlackBuild b/development/kForth-32/kForth-32.SlackBuild
index 317f2ad59a579..4fdf8b29c245c 100644
--- a/development/kForth-32/kForth-32.SlackBuild
+++ b/development/kForth-32/kForth-32.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=kForth-32
VERSION=${VERSION:-2.3.0}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -96,7 +96,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/etc/profile.d
cat <<EOF >$PKG/etc/profile.d/kForth-32.sh
-!/bin/sh
+#!/bin/sh
export KFORTH_DIR=/usr/share/kForth-32
EOF
chmod 0755 $PKG/etc/profile.d/kForth-32.sh