summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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