aboutsummaryrefslogtreecommitdiffstats
path: root/community/consul-template
diff options
context:
space:
mode:
authorMohammad Abdolirad <m.abdolirad@gmail.com>2020-02-18 01:06:24 +0330
committerLeo <thinkabit.ukim@gmail.com>2020-02-18 16:19:40 -0300
commitb4e42007bff2cb13a75cb12c867ae28d97efa936 (patch)
treeccfbb407cac7ba33f4e9d49135d7b599c93242be /community/consul-template
parent063e20fa81f0fe87281411c6636b025c1217116b (diff)
downloadaports-b4e42007bff2cb13a75cb12c867ae28d97efa936.tar.bz2
aports-b4e42007bff2cb13a75cb12c867ae28d97efa936.tar.xz
community/consul-template: Fixes init script mode
Diffstat (limited to 'community/consul-template')
-rw-r--r--community/consul-template/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/consul-template/APKBUILD b/community/consul-template/APKBUILD
index ef07a4c589..1d998c74cc 100644
--- a/community/consul-template/APKBUILD
+++ b/community/consul-template/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=consul-template
pkgver=0.24.1
-pkgrel=0
+pkgrel=1
pkgdesc="Generic template rendering and notifications with Consul"
url="https://www.consul.io/"
arch="all"
@@ -26,7 +26,7 @@ package() {
# Main binary
install -m750 -D bin/$pkgname "$pkgdir"/usr/sbin/$pkgname
install -Dm644 "$srcdir"/consul-template.hcl "$pkgdir"/etc/"$pkgname"/"$pkgname".hcl
- install -Dm644 "$srcdir"/consul-template.initd "$pkgdir"/etc/init.d/"$pkgname"
+ install -Dm755 "$srcdir"/consul-template.initd "$pkgdir"/etc/init.d/"$pkgname"
}
cleanup_srcdir() {