summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3892d94df73..2e66f7891faa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('shncpd-git')
_pkgname=shncpd
pkgver=141
-pkgrel=1
+pkgrel=2
pkgdesc='implementation of the Home Networking Control Protocol (HNCP) and associated protocols'
url='https://github.com/jech/shncpd'
arch=('i686' 'x86_64')
@@ -27,6 +27,7 @@ package() {
provides=('shncpd')
install -D -m644 "$srcdir/${_pkgname}"/LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m554 "$srcdir/${_pkgname}"/shncpd-script.sh "${pkgdir}/usr/lib/shncpd/shncpd-script.sh"
install -d "${pkgdir}"/usr/{bin,share/man}
cd "$srcdir/${_pkgname}"
make install TARGET="${pkgdir}" PREFIX="/usr"