aboutsummaryrefslogtreecommitdiff
path: root/audio/gnump3d/gnump3d.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gnump3d/gnump3d.SlackBuild')
-rw-r--r--audio/gnump3d/gnump3d.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gnump3d/gnump3d.SlackBuild b/audio/gnump3d/gnump3d.SlackBuild
index 7b1d470c6c876..88c27d9c9fd6f 100644
--- a/audio/gnump3d/gnump3d.SlackBuild
+++ b/audio/gnump3d/gnump3d.SlackBuild
@@ -26,6 +26,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=gnump3d
VERSION=${VERSION:-3.0}
BUILD=${BUILD:-3}
@@ -39,7 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}