summaryrefslogtreecommitdiffstats
path: root/multimedia/cfourcc/cfourcc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/cfourcc/cfourcc.SlackBuild')
-rw-r--r--multimedia/cfourcc/cfourcc.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/cfourcc/cfourcc.SlackBuild b/multimedia/cfourcc/cfourcc.SlackBuild
index 2baf55a867..94093370a4 100644
--- a/multimedia/cfourcc/cfourcc.SlackBuild
+++ b/multimedia/cfourcc/cfourcc.SlackBuild
@@ -2,6 +2,8 @@
# Slackware build script for <cfourcc>
# Written by Michales Michaloudes korgie@gmail.com
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=cfourcc
VERSION=${VERSION:-0.1.2}
BUILD=${BUILD:-1}
@@ -15,7 +17,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}