summaryrefslogtreecommitdiffstats
path: root/development/gnulib/gnulib.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/gnulib/gnulib.SlackBuild')
-rw-r--r--development/gnulib/gnulib.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/gnulib/gnulib.SlackBuild b/development/gnulib/gnulib.SlackBuild
index d56fa3eead..2f75117bac 100644
--- a/development/gnulib/gnulib.SlackBuild
+++ b/development/gnulib/gnulib.SlackBuild
@@ -17,6 +17,8 @@
# reasons, I'm going to package this. Hopefully this saves someone else
# some work in the future.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=gnulib
VERSION=${VERSION:-20140202}
BUILD=${BUILD:-1}
@@ -30,7 +32,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}