summaryrefslogtreecommitdiffstats
path: root/desktop/wmctrl/wmctrl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wmctrl/wmctrl.SlackBuild')
-rw-r--r--desktop/wmctrl/wmctrl.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/wmctrl/wmctrl.SlackBuild b/desktop/wmctrl/wmctrl.SlackBuild
index 2a61841824..ec75d2aa27 100644
--- a/desktop/wmctrl/wmctrl.SlackBuild
+++ b/desktop/wmctrl/wmctrl.SlackBuild
@@ -6,6 +6,8 @@
# Modified by Mason Loring Bliss.
# (assumed to be public domain per our submission policy)
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=wmctrl
VERSION=${VERSION:-1.07}
BUILD=${BUILD:-2}
@@ -19,7 +21,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}