summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2018-01-06 12:07:36 -0800
committerDonald Webster2018-01-06 12:07:36 -0800
commit583391c4c15ba62f7998f6f29dc3db7c3faafeb6 (patch)
tree0b8de762864da603eca64830645e013d7673c125
parent46daeb17190bcfb1f235812e87a327564d865a2d (diff)
downloadaur-583391c4c15ba62f7998f6f29dc3db7c3faafeb6.tar.gz
Mark nzbhydra2 executable.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 662cddad83c6..423998531d4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Daniel Egeberg <daniel.egeberg@gmail.com>
pkgname="nzbhydra2"
pkgver=1.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Meta search for NZB indexers"
arch=('any')
url="https://github.com/theotherp/nzbhydra2"
@@ -25,8 +25,8 @@ package() {
install -d -m 755 "${pkgdir}/usr/lib/nzbhydra2"
cd "${srcdir}"
+ chmod +x nzbhydra2
cp -dpr --no-preserve=ownership downloaderScripts lib nzbhydra2 readme.md "${pkgdir}/usr/lib/nzbhydra2"
-
install -d -m 755 "${pkgdir}/var/lib/nzbhydra2"
install -D -m 644 "${srcdir}/nzbhydra2.service" "${pkgdir}/usr/lib/systemd/system/nzbhydra2.service"