summaryrefslogtreecommitdiffstats
path: root/misc/g15daemon/g15daemon.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/g15daemon/g15daemon.SlackBuild')
-rw-r--r--misc/g15daemon/g15daemon.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/g15daemon/g15daemon.SlackBuild b/misc/g15daemon/g15daemon.SlackBuild
index 470062f803..165c695877 100644
--- a/misc/g15daemon/g15daemon.SlackBuild
+++ b/misc/g15daemon/g15daemon.SlackBuild
@@ -23,6 +23,8 @@
# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=g15daemon
VERSION=${VERSION:-1.9.5.3}
BUILD=${BUILD:-2}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}