diff options
Diffstat (limited to 'misc/xapian-omega/xapian-omega.SlackBuild')
-rw-r--r-- | misc/xapian-omega/xapian-omega.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xapian-omega/xapian-omega.SlackBuild b/misc/xapian-omega/xapian-omega.SlackBuild index 55b2557855..481361174a 100644 --- a/misc/xapian-omega/xapian-omega.SlackBuild +++ b/misc/xapian-omega/xapian-omega.SlackBuild @@ -98,7 +98,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG/usr/man -type f -exec gzip -9 {} \; # Install (but don't clobber) a config file (and use our own config file) -rm -f $PKG/etc/omega.conf +rm -f $PKG/etc/omega.conf cat $CWD/xapian-omega.conf > $PKG/etc/xapian-omega.conf.new # Create the otherwise missing directories listed in /etc/xapian-omega.conf |