summaryrefslogtreecommitdiffstats
path: root/development/kForth-32
diff options
context:
space:
mode:
author Antonio Leal2023-05-18 16:52:44 +0200
committer Willy Sudiarto Raharjo2023-05-20 06:17:08 +0200
commitb4bc5b2729e0a500d7a3d3c62c940f1cc2f9f5b8 (patch)
tree5120eb4d5bb7357d4b4259faa3bfcaab5495d436 /development/kForth-32
parentaee24fb89008af3137f08beff91c3b5526b1a671 (diff)
downloadslackbuilds-b4bc5b2729e0a500d7a3d3c62c940f1cc2f9f5b8.tar.gz
development/kForth-32: Fix SlackBuild.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/kForth-32')
-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 317f2ad59a..4fdf8b29c2 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