summaryrefslogtreecommitdiffstats
path: root/system/Sl
diff options
context:
space:
mode:
Diffstat (limited to 'system/Sl')
-rw-r--r--system/Sl/Sl.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/Sl/Sl.SlackBuild b/system/Sl/Sl.SlackBuild
index 4524055533..58c174b610 100644
--- a/system/Sl/Sl.SlackBuild
+++ b/system/Sl/Sl.SlackBuild
@@ -9,13 +9,14 @@
# There's already an "sl" on SBo, so this is named Sl. The version number
# comes from the -version option.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=Sl
VERSION=${VERSION:-1.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}