mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Set the init scripts to be executable
This commit is contained in:
parent
6c418677af
commit
6de46764fe
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…
Reference in New Issue
Block a user