summaryrefslogtreecommitdiffstats
path: root/libraries/gsnmp/gsnmp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/gsnmp/gsnmp.SlackBuild')
-rw-r--r--libraries/gsnmp/gsnmp.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/gsnmp/gsnmp.SlackBuild b/libraries/gsnmp/gsnmp.SlackBuild
index d25ca992d8..93aee626b1 100644
--- a/libraries/gsnmp/gsnmp.SlackBuild
+++ b/libraries/gsnmp/gsnmp.SlackBuild
@@ -5,6 +5,8 @@
# Modified by Robby Workman <rworkman@slackbuilds.org>
# Maintained by Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=gsnmp
VERSION=${VERSION:-0.2.0}
BUILD=${BUILD:-1}
@@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}