summaryrefslogtreecommitdiffstats
path: root/system/porg/porg.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/porg/porg.SlackBuild')
-rw-r--r--system/porg/porg.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/porg/porg.SlackBuild b/system/porg/porg.SlackBuild
index 50a4c3eb34..5457ec75c9 100644
--- a/system/porg/porg.SlackBuild
+++ b/system/porg/porg.SlackBuild
@@ -4,6 +4,8 @@
# Written by Jostein Berntsen <jvbernts@online.no>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=porg
VERSION=${VERSION:-0.10}
BUILD=${BUILD:-1}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}