summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpider.007 / Sjon2016-08-11 10:01:08 +0200
committerSpider.007 / Sjon2016-08-11 10:01:08 +0200
commit8f9e2b5ab26f6faf9dbe46eca40c0f293a7aa674 (patch)
treeba583830a7cda557b68ba461e58146a1052d30d0
parentc57f9078573fc5be691eba6d1879e8be5a25d822 (diff)
downloadaur-8f9e2b5ab26f6faf9dbe46eca40c0f293a7aa674.tar.gz
make babelcache world-writable as -o nobody doesn't seem to work
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5136e07b9113..c2cde5602ce8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Aug 10 16:21:43 UTC 2016
+# Thu Aug 11 08:01:08 UTC 2016
pkgbase = kibana
pkgdesc = browser based analytics and search dashboard for Elasticsearch. Please note; this package replaces the distributed precompiled binary 'node'
pkgver = 4.5.4
- pkgrel = 1
+ pkgrel = 2
url = https://www.elastic.co/products/kibana
install = kibana.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index e8e2134ae57b..776427865264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Spider.007 <archlinux AT spider007 DOT net>
pkgname=kibana
pkgver=4.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="browser based analytics and search dashboard for Elasticsearch. Please note; this package replaces the distributed precompiled binary 'node'"
arch=('any')
url="https://www.elastic.co/products/kibana"
@@ -23,7 +23,7 @@ package() {
install -Dm644 "$srcdir/kibana.service" "$pkgdir/usr/lib/systemd/system/kibana.service"
install -Dm644 "config/kibana.yml" "$pkgdir/etc/elasticsearch/kibana/kibana.yml"
touch $srcdir/.babelcache.json
- install -Dm644 -o nobody $srcdir/.babelcache.json $pkgdir/usr/lib/kibana/optimize/.babelcache.json
+ install -Dm666 -o nobody $srcdir/.babelcache.json $pkgdir/usr/lib/kibana/optimize/.babelcache.json
rm -R ./node/
chmod +r -R src/