summaryrefslogtreecommitdiffstats
path: root/desktop/quickaccess/quickaccess.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/quickaccess/quickaccess.SlackBuild')
-rw-r--r--desktop/quickaccess/quickaccess.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/quickaccess/quickaccess.SlackBuild b/desktop/quickaccess/quickaccess.SlackBuild
index 1d3b561bbd..54c30fb5fd 100644
--- a/desktop/quickaccess/quickaccess.SlackBuild
+++ b/desktop/quickaccess/quickaccess.SlackBuild
@@ -3,6 +3,8 @@
# Slackware build script for QuickAccess (KDE4 plasmoid)
# Written by Phillip Warner <pc_warner@yahoo.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=quickaccess
VERSION=${VERSION:-0.8.2_2}
BUILD=${BUILD:-1}
@@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}