summaryrefslogtreecommitdiff
path: root/pcr/openrc-accessible
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-03-19 18:19:53 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-03-19 18:19:53 -0500
commitf6c0037c042f7afb0fce5eb5a52b556e58345c7f (patch)
tree7d9db13ebb36800b6f9a144d0b8bda6b4f0886c1 /pcr/openrc-accessible
parentd15f30b18fed94d7fc6487b9d33c5e2057d614cd (diff)
openrc: use default shebang line
Diffstat (limited to 'pcr/openrc-accessible')
-rw-r--r--pcr/openrc-accessible/PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/pcr/openrc-accessible/PKGBUILD b/pcr/openrc-accessible/PKGBUILD
index d42978bec..15ab6f902 100644
--- a/pcr/openrc-accessible/PKGBUILD
+++ b/pcr/openrc-accessible/PKGBUILD
@@ -7,7 +7,7 @@ pkgbase=openrc-accessible
pkgname=('brltty-openrc'
'espeakup-openrc')
pkgver=20170309
-pkgrel=1
+pkgrel=1.1
pkgdesc="OpenRC init scripts"
arch=('any')
url="https://github.com/manjaro/packages-openrc"
@@ -28,9 +28,7 @@ pkgver() {
_inst_initd(){
install -Dm755 ${srcdir}/$1.initd ${pkgdir}/etc/init.d/$1
- sed -e 's|#!/sbin/runscript|#!/usr/bin/openrc-run|' \
- -e 's|#!/sbin/openrc-run|#!/usr/bin/openrc-run|' \
- -e 's|/var/run|/run|g' \
+ sed -e 's|/var/run|/run|g' \
-e 's|/usr/sbin|/usr/bin|g' \
-i ${pkgdir}/etc/init.d/$1
}