mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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:
parent
aee24fb890
commit
b4bc5b2729
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue