fixed binary location

This commit is contained in:
Paolo Asperti 2018-02-18 10:29:22 +01:00
parent 5e25bd6bb2
commit 068c899184
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ package() {
install -Dm644 etc/openpdu/openpdu.conf "$pkgdir"/etc/openpdu/openpdu.conf
install -Dm755 etc/local.d/openpdu.start "$pkgdir"/etc/local.d/openpdu.start
install -Dm755 openpdu "$pkgdir"/usr/sbin/openpdu
install -Dm755 openpdu "$pkgdir"/usr/bin/openpdu
}