summaryrefslogtreecommitdiffstats
path: root/desktop/wmxss/wmxss.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wmxss/wmxss.SlackBuild')
-rw-r--r--desktop/wmxss/wmxss.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/wmxss/wmxss.SlackBuild b/desktop/wmxss/wmxss.SlackBuild
index 69b61c20f7..b85508bde9 100644
--- a/desktop/wmxss/wmxss.SlackBuild
+++ b/desktop/wmxss/wmxss.SlackBuild
@@ -31,6 +31,8 @@
# - add /usr/libexec/xscreensaver to $PATH before executing the -e
# command, to allow the example (from "wmxss --help") to actually work.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=wmxss
VERSION=${VERSION:-0.1}
BUILD=${BUILD:-2}
@@ -44,7 +46,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}