summaryrefslogtreecommitdiffstats
path: root/system/mmv/mmv.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/mmv/mmv.SlackBuild')
-rw-r--r--system/mmv/mmv.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/mmv/mmv.SlackBuild b/system/mmv/mmv.SlackBuild
index e325709ef8..b28160bda2 100644
--- a/system/mmv/mmv.SlackBuild
+++ b/system/mmv/mmv.SlackBuild
@@ -10,6 +10,8 @@
# useful. We're treating Debian as upstream here, our version number
# matches their patchlevel (with _ intead of -).
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=mmv
VERSION=${VERSION:-1.01b_19}
BUILD=${BUILD:-1}
@@ -26,7 +28,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}