diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2023-05-17 22:21:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:05 +0700 |
commit | 28c6bb596712a4f7c2c9612cfc8909d8b142f41d (patch) | |
tree | 53501f801d7976eb3cf1ba2857314efb5e9eea77 /development/kForth-64 | |
parent | 53373c705d3fa26b6b5df8578a7d6f494f9dccf2 (diff) |
development/kForth-64: Fix SlackBuild.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/kForth-64')
-rw-r--r-- | development/kForth-64/kForth-64.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/kForth-64/kForth-64.SlackBuild b/development/kForth-64/kForth-64.SlackBuild index 72af9fe20343..6117e5765629 100644 --- a/development/kForth-64/kForth-64.SlackBuild +++ b/development/kForth-64/kForth-64.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=kForth-64 VERSION=${VERSION:-0.3.0} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -94,7 +94,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-64.sh -!/bin/sh +#!/bin/sh export KFORTH_DIR=/usr/share/kForth-64 EOF chmod 0755 $PKG/etc/profile.d/kForth-64.sh |