diff options
Diffstat (limited to 'system/mucommander/mucommander.SlackBuild')
-rw-r--r-- | system/mucommander/mucommander.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/mucommander/mucommander.SlackBuild b/system/mucommander/mucommander.SlackBuild index d68495c4e4ec..14afd1f89336 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} |