summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69313be89a2a..f7876b9dda42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=splunk
basever=6.5.0
pkgver=${basever}_59c8927def0f
-pkgrel=1
+pkgrel=2
pkgdesc="Statistical analysis and search tool for logs and machine data"
url="http://www.splunk.com/"
arch=('x86_64' 'i686')
@@ -21,4 +21,8 @@ package() {
install -Dm644 "$pkgname.service" "$pkgdir/usr/lib/systemd/system/$pkgname.service"
mkdir "$pkgdir/opt"
cp -r "$pkgname" "$pkgdir/opt/"
+
+ # This file causes conflicts with existing installs
+ # and ships empty anyway, so just remove it
+ rm "$pkgdir/opt/$pkgname/etc/users/users.ini"
}