summaryrefslogtreecommitdiffstats
path: root/desktop/pidgin-guifications/pidgin-guifications.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/pidgin-guifications/pidgin-guifications.SlackBuild')
-rw-r--r--desktop/pidgin-guifications/pidgin-guifications.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/pidgin-guifications/pidgin-guifications.SlackBuild b/desktop/pidgin-guifications/pidgin-guifications.SlackBuild
index 230423d651..b022021323 100644
--- a/desktop/pidgin-guifications/pidgin-guifications.SlackBuild
+++ b/desktop/pidgin-guifications/pidgin-guifications.SlackBuild
@@ -3,6 +3,8 @@
# Slackware build script for pidgin-guifications
# Written by Andrew Brouwers
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pidgin-guifications
VERSION=${VERSION:-2.16}
BUILD=${BUILD:-1}
@@ -16,7 +18,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}