diff options
Diffstat (limited to 'desktop/cmatrix/cmatrix.SlackBuild')
-rw-r--r-- | desktop/cmatrix/cmatrix.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/cmatrix/cmatrix.SlackBuild b/desktop/cmatrix/cmatrix.SlackBuild index 35d42dc93601..f38ba6c26e84 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} |