summaryrefslogtreecommitdiffstats
path: root/network/pidgin-opensteamworks/pidgin-opensteamworks.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/pidgin-opensteamworks/pidgin-opensteamworks.SlackBuild')
-rw-r--r--network/pidgin-opensteamworks/pidgin-opensteamworks.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/pidgin-opensteamworks/pidgin-opensteamworks.SlackBuild b/network/pidgin-opensteamworks/pidgin-opensteamworks.SlackBuild
index 0b7b4d1157..9854eb4970 100644
--- a/network/pidgin-opensteamworks/pidgin-opensteamworks.SlackBuild
+++ b/network/pidgin-opensteamworks/pidgin-opensteamworks.SlackBuild
@@ -6,6 +6,8 @@
# Based on http://slackbuilds.org/template.SlackBuild
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pidgin-opensteamworks
VERSION=${VERSION:-1.6.1}
BUILD=${BUILD:-1}
@@ -19,7 +21,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}