summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpider.007 / Sjon2016-02-22 10:08:37 +0100
committerSpider.007 / Sjon2016-02-22 10:08:37 +0100
commit50d8ea9ce5c1f401e8b1622d4bc92e0a1355f157 (patch)
tree470e855a56a73df681592bcb937087fbdcc73766 /PKGBUILD
parentb078655a020ec8488fe93de478fd81348ce9975f (diff)
downloadaur-50d8ea9ce5c1f401e8b1622d4bc92e0a1355f157.tar.gz
Allow persistent babel caching
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efe8e7240b20..36a982e010ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Spider.007 <archlinux AT spider007 DOT net>
pkgname=kibana
pkgver=4.4.0
-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"
@@ -22,6 +22,8 @@ package() {
mkdir -p $pkgdir/usr/lib/kibana/
install -Dm644 "$srcdir/kibana.service" "$pkgdir/usr/lib/systemd/system/kibana.service"
install -Dm644 "config/kibana.yml" "$pkgdir/etc/elasticsearch/kibana/kibana.yml"
+ touch /tmp/.babelcache.json
+ install -Dm644 -o nobody /tmp/.babelcache.json $pkgdir/usr/lib/kibana/optimize/.babelcache.json
rm -R ./node/
chmod +r -R src/