[arch-commits] Commit in prometheus/trunk (PKGBUILD)

Johannes Löthberg demize at archlinux.org
Tue Jan 8 18:37:56 UTC 2019


    Date: Tuesday, January 8, 2019 @ 18:37:55
  Author: demize
Revision: 343127

upgpkg: prometheus 2.6.0-3

Modified:
  prometheus/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-08 17:33:50 UTC (rev 343126)
+++ PKGBUILD	2019-01-08 18:37:55 UTC (rev 343127)
@@ -2,7 +2,7 @@
 
 pkgname=prometheus
 pkgver=2.6.0
-pkgrel=2
+pkgrel=3
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
 url='https://prometheus.io'
@@ -50,7 +50,7 @@
   cd prometheus-$pkgver
 
   install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm755 -t "$pkgdir"/etc/prometheus documentation/examples/prometheus.yml
+  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus documentation/examples/prometheus.yml
   install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
 
   # Web



More information about the arch-commits mailing list