development/kForth-32: Fix SlackBuild.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Antonio Leal 2023-05-18 15:52:44 +01:00 committed by Willy Sudiarto Raharjo
parent aee24fb890
commit b4bc5b2729
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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