mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-06 04:46:42 +02:00
community/consul-template: Fixes init script mode
This commit is contained in:
parent
063e20fa81
commit
b4e42007bf
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user