community/salt: adding init file to -syndic subpackage

This commit is contained in:
Fusl 2018-01-06 10:28:00 +00:00 committed by Roberto Oliveira
parent fe02f27808
commit 47a7e882c5

View File

@ -3,7 +3,7 @@
# Maintainer:
pkgname=salt
pkgver=2017.7.2
pkgrel=0
pkgrel=1
pkgdesc="A parallel remote execution system"
url="https://github.com/saltstack/salt"
arch="noarch"
@ -68,7 +68,7 @@ syndic() {
pkgdesc="Master-of-master component for Salt, a parallel remote execution system"
depends="$pkgname-master"
_submv usr/bin/salt-syndic
_init_copy syndic && _submv usr/bin/salt-syndic
}
api() {