diff options
Diffstat (limited to 'libraries/libinstpatch/libinstpatch.SlackBuild')
-rw-r--r-- | libraries/libinstpatch/libinstpatch.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/libinstpatch/libinstpatch.SlackBuild b/libraries/libinstpatch/libinstpatch.SlackBuild index 9e6f5529b782c..529fc68717cc3 100644 --- a/libraries/libinstpatch/libinstpatch.SlackBuild +++ b/libraries/libinstpatch/libinstpatch.SlackBuild @@ -2,6 +2,8 @@ # Slackware build script for <libinstpatch> # Written by Michales Michaloudes korgie@gmail.com +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=libinstpatch VERSION=${VERSION:-1.1.2} BUILD=${BUILD:-1} @@ -13,7 +15,6 @@ if [ -z "$ARCH" ]; then *) ARCH=$( uname -m ) ;; esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |