From e2c04c1efd7f6e7a7ea3aba99487e2002a42a12e Mon Sep 17 00:00:00 2001 From: oh Date: Sat, 3 Oct 2015 23:58:44 +0200 Subject: [PATCH] Archlinux PKGBUILD modified. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index e579c5c..9e6841b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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" }