diff options
Diffstat (limited to 'system/linuxconsoletools/linuxconsoletools.SlackBuild')
-rw-r--r-- | system/linuxconsoletools/linuxconsoletools.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/linuxconsoletools/linuxconsoletools.SlackBuild b/system/linuxconsoletools/linuxconsoletools.SlackBuild index dab123824b13a..7d79dc20a1ec9 100644 --- a/system/linuxconsoletools/linuxconsoletools.SlackBuild +++ b/system/linuxconsoletools/linuxconsoletools.SlackBuild @@ -32,6 +32,8 @@ # 20140315 bkw: took over maintenance, updated for 1.4.7, # replaced patch with a bit of sed. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=linuxconsoletools VERSION=${VERSION:-1.7.1} BUILD=${BUILD:-1} @@ -45,7 +47,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |