summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJenya Sovetkin2017-08-20 12:33:48 +0200
committerJenya Sovetkin2017-08-20 12:33:54 +0200
commitf2b602edccbe7551d2b027c8eae1a67827365383 (patch)
tree9f63f816d4a6b4a307275072b9dec28abb2b5a87 /PKGBUILD
parentf4f1062393d2587950fba34b0e11929e3d26199e (diff)
downloadaur-f2b602edccbe7551d2b027c8eae1a67827365383.tar.gz
install systemd files as 644
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8118add0b5ec..0e87159572c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jenya Sovetkin <e dot sovetkin at gmail dot com>
pkgname=shellinabox-git
pkgver=r428.98e6eeb
-pkgrel=1
+pkgrel=2
pkgdesc="Implementation of a web server that can export arbitrary command line tools to a web based terminal emulator"
arch=('any')
url="https://github.com/shellinabox/shellinabox"
@@ -38,7 +38,7 @@ package() {
make
make DESTDIR="$pkgdir/" install
- install -Dm655 "${srcdir}/shellinabox@.service" "${pkgdir}/usr/lib/systemd/system/shellinabox@.service"
+ install -Dm644 "${srcdir}/shellinabox@.service" "${pkgdir}/usr/lib/systemd/system/shellinabox@.service"
}
# vim:set ts=2 sw=2 et: