Archlinux PKGBUILD modified.

pull/1/head
oh 2015-10-03 23:58:44 +02:00
parent 0865d0a4cb
commit e2c04c1efd
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ package() {
cd "$srcdir/hashboot"
install -m755 -d "${pkgdir}/usr/lib/systemd/system/"
install -Dm644 initscript.systemd "${pkgdir}/usr/lib/systemd/system/hashboot.service"
install -Dm755 hashboot.sh "${pkgdir}/usr/bin/hashboot"
install -Dm755 hashboot "${pkgdir}/usr/bin/hashboot"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/HUGWARE"
}