summaryrefslogtreecommitdiffstats
path: root/system/Sl/Sl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/Sl/Sl.SlackBuild')
-rw-r--r--system/Sl/Sl.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/system/Sl/Sl.SlackBuild b/system/Sl/Sl.SlackBuild
index 5dfca63d83..b9d05b6901 100644
--- a/system/Sl/Sl.SlackBuild
+++ b/system/Sl/Sl.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Sl
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
@@ -18,9 +18,6 @@ TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -56,7 +53,7 @@ cat README > $PKGDOC/README_SBo.txt
cat $PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild
cat slack-desc > $PKGINST/slack-desc
-cat doinst.sh > $PKGINST/doinst.sh
+cat $CWD/doinst.sh > $PKGINST/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE