summaryrefslogtreecommitdiffstats
path: root/misc/xapian-omega/xapian-omega.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/xapian-omega/xapian-omega.SlackBuild')
-rw-r--r--misc/xapian-omega/xapian-omega.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xapian-omega/xapian-omega.SlackBuild b/misc/xapian-omega/xapian-omega.SlackBuild
index 25c921d757..04de0e1701 100644
--- a/misc/xapian-omega/xapian-omega.SlackBuild
+++ b/misc/xapian-omega/xapian-omega.SlackBuild
@@ -25,6 +25,8 @@
# Based on 1.2.4 version on which Robby Workman <rworkman@slackbuilds.org>
# gave much help
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=xapian-omega
VERSION=${VERSION:-1.2.12}
BUILD=${BUILD:-1}
@@ -40,7 +42,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}