summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjoern Franke2015-10-24 08:35:34 +0200
committerBjoern Franke2015-10-24 08:35:34 +0200
commit98d76efe0e2ca5e7adfc78634b339f19e84ba68d (patch)
tree1f2b53e053f7de94d13a15ed60333913940d2f71 /PKGBUILD
parentf8a2a92725a8353353bfeccc2960ad0292a995cc (diff)
downloadaur-98d76efe0e2ca5e7adfc78634b339f19e84ba68d.tar.gz
fix chmod of manpage
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf90d7279c88..0cfd574ef947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=tvheadend
pkgver=4.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="TV streaming server for Linux"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="https://tvheadend.org/projects/tvheadend"
@@ -34,6 +34,6 @@ build() {
package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR="$pkgdir/" install
- chmod 0644 ${pkgdir}/usr/share/man/man1/tvheadend.1.gz
+ chmod 0644 ${pkgdir}/usr/share/man/man1/tvheadend.1
install -D -m 644 "$srcdir/tvheadend.service" "$pkgdir/usr/lib/systemd/system/tvheadend.service"
}