diff options
Diffstat (limited to 'misc/xapian-omega/xapian-omega.SlackBuild')
-rw-r--r-- | misc/xapian-omega/xapian-omega.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xapian-omega/xapian-omega.SlackBuild b/misc/xapian-omega/xapian-omega.SlackBuild index 25c921d757646..04de0e1701a30 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} |