summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDave Simons2015-09-11 14:42:37 +0200
committerDave Simons2015-09-11 14:50:44 +0200
commitc76e12d8786f59690a1c9a3d76a2b48261ba9164 (patch)
tree85fdc5c3b44ba9cd1b481aa7e6c5433919a0bcdf /PKGBUILD
parenta996daea0f6e0acc974f266418d4997d0dbd2f02 (diff)
downloadaur-c76e12d8786f59690a1c9a3d76a2b48261ba9164.tar.gz
fix permissions on sshttpd service file
Signed-off-by: Dave Simons <pkgs@simonsd.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62d11ff9a89b..f8517b4badfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=sshttp-git
pkgver=e145de8
-pkgrel=1
+pkgrel=2
pkgdesc="SSH/HTTP(S) multiplexer"
arch=('any')
url="https://github.com/stealth/sshttp"
@@ -32,7 +32,7 @@ build() {
package() {
install -Dm755 sshttpd.config $pkgdir/etc/conf.d/sshttpd
- install -Dm755 sshttpd.service $pkgdir/usr/lib/systemd/system/sshttpd.service
+ install -Dm644 sshttpd.service $pkgdir/usr/lib/systemd/system/sshttpd.service
install -dm755 $pkgdir/var/sshttp
install -Dm755 nf-cleanup $pkgdir/usr/bin/nf-cleanup