sys-apps/hprofile: use #!/sbin/openrc-run instead of #!/sbin/runscript

This commit is contained in:
Austin English
2016-05-18 01:47:12 -05:00
parent a650374dd6
commit eb5fc44454
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,6 +14,6 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
src_prepare() {
sed -i '1s:.*:#!/sbin/runscript:' hprofile.initd || die
sed -i '1s:.*:#!/sbin/openrc-run:' hprofile.initd || die
sed -i "/^prefix/s:=.*:=${EPREFIX}/usr:" Makefile || die
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,6 +14,6 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
src_prepare() {
sed -i '1s:.*:#!/sbin/runscript:' hprofile.initd || die
sed -i '1s:.*:#!/sbin/openrc-run:' hprofile.initd || die
sed -i "/^prefix/s:=.*:=${EPREFIX}/usr:" Makefile || die
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,6 +14,6 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
src_prepare() {
sed -i '1s:.*:#!/sbin/runscript:' hprofile.initd || die
sed -i '1s:.*:#!/sbin/openrc-run:' hprofile.initd || die
sed -i "/^prefix/s:=.*:=${EPREFIX}/usr:" Makefile || die
}