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.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/xapian-omega/xapian-omega.SlackBuild b/misc/xapian-omega/xapian-omega.SlackBuild
index 57dca38c69..55b2557855 100644
--- a/misc/xapian-omega/xapian-omega.SlackBuild
+++ b/misc/xapian-omega/xapian-omega.SlackBuild
@@ -26,7 +26,7 @@
# gave much help
PRGNAM=xapian-omega
-VERSION=${VERSION:-1.2.8}
+VERSION=${VERSION:-1.2.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -74,8 +74,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Use /etc/xapian-omega.conf for the config file
-patch -p1 < $CWD/use_xapian-omega.conf_for_configfile.patch
+# Use xapian-omega.conf for the config file
+sed -i 's|/omega.conf\\"|/xapian-omega.conf\\"|' Makefile.in
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \