summaryrefslogtreecommitdiffstats
path: root/desktop/cmatrix/cmatrix.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/cmatrix/cmatrix.SlackBuild')
-rw-r--r--desktop/cmatrix/cmatrix.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/cmatrix/cmatrix.SlackBuild b/desktop/cmatrix/cmatrix.SlackBuild
index 35d42dc936..f38ba6c26e 100644
--- a/desktop/cmatrix/cmatrix.SlackBuild
+++ b/desktop/cmatrix/cmatrix.SlackBuild
@@ -3,6 +3,8 @@
# Slackware build script for cmatrix
# Written by Phillip Warner <pc_warner@yahoo.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=cmatrix
VERSION=${VERSION:-1.2a}
BUILD=${BUILD:-2}
@@ -16,7 +18,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}