summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenya Sovetkin2017-08-20 12:33:48 +0200
committerJenya Sovetkin2017-08-20 12:33:54 +0200
commitf2b602edccbe7551d2b027c8eae1a67827365383 (patch)
tree9f63f816d4a6b4a307275072b9dec28abb2b5a87
parentf4f1062393d2587950fba34b0e11929e3d26199e (diff)
downloadaur-f2b602edccbe7551d2b027c8eae1a67827365383.tar.gz
install systemd files as 644
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d32df6da36a2..e4fdfa13cf5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sat Jul 22 22:01:16 UTC 2017
pkgbase = shellinabox-git
pkgdesc = Implementation of a web server that can export arbitrary command line tools to a web based terminal emulator
pkgver = r428.98e6eeb
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/shellinabox/shellinabox
arch = any
license = GPL2
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: