summaryrefslogtreecommitdiffstats
path: root/system/reiser4progs/reiser4progs.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/reiser4progs/reiser4progs.SlackBuild')
-rw-r--r--system/reiser4progs/reiser4progs.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/reiser4progs/reiser4progs.SlackBuild b/system/reiser4progs/reiser4progs.SlackBuild
index c1d60afbf6..f69eac6868 100644
--- a/system/reiser4progs/reiser4progs.SlackBuild
+++ b/system/reiser4progs/reiser4progs.SlackBuild
@@ -2,6 +2,8 @@
# Slackware build script for reiser4progs
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=reiser4progs
VERSION=${VERSION:-1.2.1}
BUILD=${BUILD:-1}
@@ -15,7 +17,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}