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