summaryrefslogtreecommitdiffstats
path: root/system/arc/arc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/arc/arc.SlackBuild')
-rw-r--r--system/arc/arc.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/arc/arc.SlackBuild b/system/arc/arc.SlackBuild
index 3a41e2d67e..b81f93aa59 100644
--- a/system/arc/arc.SlackBuild
+++ b/system/arc/arc.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=arc
VERSION=${VERSION:-5.21q}
BUILD=${BUILD:-1}
@@ -19,7 +21,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}