diff options
Diffstat (limited to 'development/gputils/gputils.SlackBuild')
-rw-r--r-- | development/gputils/gputils.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/gputils/gputils.SlackBuild b/development/gputils/gputils.SlackBuild index 08eb740eeda9d..95553e3492102 100644 --- a/development/gputils/gputils.SlackBuild +++ b/development/gputils/gputils.SlackBuild @@ -4,6 +4,8 @@ # Written by GPLeo <gpleomail@gmail.com> # Now maintained by: R. S. Ananda Murthy <rsamurti@gmail.com> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=gputils VERSION=${VERSION:-1.5.0} 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} |