diff options
Diffstat (limited to 'desktop/wmudmount/wmudmount.SlackBuild')
-rw-r--r-- | desktop/wmudmount/wmudmount.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/wmudmount/wmudmount.SlackBuild b/desktop/wmudmount/wmudmount.SlackBuild index b1060e0d445e..abda6001dc23 100644 --- a/desktop/wmudmount/wmudmount.SlackBuild +++ b/desktop/wmudmount/wmudmount.SlackBuild @@ -42,6 +42,8 @@ # - install binary stripped # - clarify README, stop asking for patches that aren't coming +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=wmudmount VERSION=${VERSION:-3.0} BUILD=${BUILD:-1} @@ -55,7 +57,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |