summaryrefslogtreecommitdiffstats
path: root/multimedia/webvfx/webvfx.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/webvfx/webvfx.SlackBuild')
-rw-r--r--multimedia/webvfx/webvfx.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/webvfx/webvfx.SlackBuild b/multimedia/webvfx/webvfx.SlackBuild
index ff1cb9e021..f96a98994e 100644
--- a/multimedia/webvfx/webvfx.SlackBuild
+++ b/multimedia/webvfx/webvfx.SlackBuild
@@ -23,6 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=webvfx
VERSION=${VERSION:-1.1.0}
BUILD=${BUILD:-1}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}