diff options
| -rw-r--r-- | community/consul-template/APKBUILD | 4 |
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() { |
