summaryrefslogtreecommitdiffstats
path: root/desktop/PyPanel/PyPanel.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/PyPanel/PyPanel.SlackBuild')
-rw-r--r--desktop/PyPanel/PyPanel.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/PyPanel/PyPanel.SlackBuild b/desktop/PyPanel/PyPanel.SlackBuild
index 2983dd9d73..93e4da3eda 100644
--- a/desktop/PyPanel/PyPanel.SlackBuild
+++ b/desktop/PyPanel/PyPanel.SlackBuild
@@ -4,6 +4,8 @@
# Written by Andrew Rowland (darowland@ieee.org)
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=PyPanel
VERSION=${VERSION:-2.4}
BUILD=${BUILD:-2}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}