summaryrefslogtreecommitdiffstats
path: root/system/mucommander/mucommander.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/mucommander/mucommander.SlackBuild')
-rw-r--r--system/mucommander/mucommander.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/mucommander/mucommander.SlackBuild b/system/mucommander/mucommander.SlackBuild
index d68495c4e4..14afd1f893 100644
--- a/system/mucommander/mucommander.SlackBuild
+++ b/system/mucommander/mucommander.SlackBuild
@@ -4,6 +4,8 @@
# Written by Dario Nicodemi dario.sbo@gmail.com
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=mucommander
VERSION=${VERSION:-0.9.0}
ARCH=noarch
@@ -12,7 +14,6 @@ TAG=${TAG:-_SBo}
SRC_VERSION=$(echo "$VERSION"|tr . _)
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}