use subprocess instead
This commit is contained in:
parent
22328683ea
commit
c2acfa6431
2 changed files with 5 additions and 5 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -20,11 +20,11 @@ package() {
|
|||
cd $pkgname
|
||||
|
||||
# prepare dirs
|
||||
install -dm755 "$pkgdir/usr/bin"
|
||||
install -dm755 "$pkgdir/usr/lib/safe-harbor"
|
||||
install -dm755 "$pkgdir/usr/lib/systemd/system"
|
||||
install -dm755 "$pkgdir/etc/safe-harbor"
|
||||
|
||||
cp bin/safe-harbor.py "$pkgdir/usr/bin"
|
||||
cp bin/safe-harbor.py "$pkgdir/usr/lib/safe-harbor"
|
||||
cp systemd/safe-harbor@.service "$pkgdir/usr/lib/systemd/system"
|
||||
cp config.json.example "$pkgdir/etc/safe-harbor"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue