mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/etcd: Fixed permissions on config file
Removed the execute bit from /etc/config.d/etcd
This commit is contained in:
parent
95bb0f4036
commit
cf730eaa47
@ -2,7 +2,7 @@
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=etcd
|
||||
pkgver=3.3.10
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="A highly-available key value store for shared configuration and service discovery"
|
||||
url="https://github.com/coreos/etcd"
|
||||
arch="x86_64 ppc64le"
|
||||
@ -35,7 +35,7 @@ package() {
|
||||
mkdir -p "$pkgdir"/var/lib/$pkgname
|
||||
chown -R $pkgusers:$pkggroups "$pkgdir"/var/lib/$pkgname
|
||||
install -Dm755 bin/etcd "$pkgdir"/usr/bin/etcd
|
||||
install -Dm755 $srcdir/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname
|
||||
install -Dm644 $srcdir/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname
|
||||
install -Dm755 $srcdir/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
|
||||
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user