aboutsummaryrefslogtreecommitdiff
path: root/graphics/svp/svp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/svp/svp.SlackBuild')
-rw-r--r--graphics/svp/svp.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/svp/svp.SlackBuild b/graphics/svp/svp.SlackBuild
index 631946e4e064c..8efa0fe4fafad 100644
--- a/graphics/svp/svp.SlackBuild
+++ b/graphics/svp/svp.SlackBuild
@@ -4,6 +4,8 @@
# Written by Luis Henrique <lmello.009@gmail.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=svp
VERSION=${VERSION:-0.3}
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}