mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Set the init scripts to be executable
This commit is contained in:
parent
6c418677af
commit
6de46764fe
2 changed files with 2 additions and 0 deletions
1
PKGBUILD
1
PKGBUILD
|
@ -25,4 +25,5 @@ package() {
|
|||
cd $srcdir/$pkgname-$pkgver
|
||||
|
||||
python2 setup.py install --root=$pkgdir/ --optimize=1
|
||||
chmod +x $pkgdir/etc/rc.d/*
|
||||
}
|
||||
|
|
|
@ -45,4 +45,5 @@ build() {
|
|||
package() {
|
||||
cd "$srcdir/$_gitname-build"
|
||||
python2 setup.py install --root=$pkgdir/ --optimize=1
|
||||
chmod +x $pkgdir/etc/rc.d/*
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue