fix PKGBUILD
This commit is contained in:
parent
c2acfa6431
commit
bb089bf19c
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -24,7 +24,7 @@ package() {
|
|||
install -dm755 "$pkgdir/usr/lib/systemd/system"
|
||||
install -dm755 "$pkgdir/etc/safe-harbor"
|
||||
|
||||
cp bin/safe-harbor.py "$pkgdir/usr/lib/safe-harbor"
|
||||
cp lib/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