diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2023-05-18 15:52:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:08 +0700 |
commit | b4bc5b2729e0a500d7a3d3c62c940f1cc2f9f5b8 (patch) | |
tree | 5120eb4d5bb7357d4b4259faa3bfcaab5495d436 /development | |
parent | aee24fb89008af3137f08beff91c3b5526b1a671 (diff) |
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')
-rw-r--r-- | development/kForth-32/kForth-32.SlackBuild | 4 |
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 |