diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:47:12 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:47:12 -0500 |
commit | eb5fc444549a10acaa900aee1319cb7733fa7dca (patch) | |
tree | 288d01072977922b5e75ed56ec28c8137f6da63d /sys-apps | |
parent | www-servers/tomcat: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-eb5fc444549a10acaa900aee1319cb7733fa7dca.tar.gz gentoo-eb5fc444549a10acaa900aee1319cb7733fa7dca.tar.bz2 gentoo-eb5fc444549a10acaa900aee1319cb7733fa7dca.zip |
sys-apps/hprofile: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hprofile/hprofile-3.0.6.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/hprofile/hprofile-3.1.1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/hprofile/hprofile-3.2.2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/hprofile/hprofile-3.0.6.ebuild b/sys-apps/hprofile/hprofile-3.0.6.ebuild index cbebb2e73b0c..a9504ae48901 100644 --- a/sys-apps/hprofile/hprofile-3.0.6.ebuild +++ b/sys-apps/hprofile/hprofile-3.0.6.ebuild @@ -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 } diff --git a/sys-apps/hprofile/hprofile-3.1.1.ebuild b/sys-apps/hprofile/hprofile-3.1.1.ebuild index cbebb2e73b0c..a9504ae48901 100644 --- a/sys-apps/hprofile/hprofile-3.1.1.ebuild +++ b/sys-apps/hprofile/hprofile-3.1.1.ebuild @@ -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 } diff --git a/sys-apps/hprofile/hprofile-3.2.2.ebuild b/sys-apps/hprofile/hprofile-3.2.2.ebuild index cbebb2e73b0c..a9504ae48901 100644 --- a/sys-apps/hprofile/hprofile-3.2.2.ebuild +++ b/sys-apps/hprofile/hprofile-3.2.2.ebuild @@ -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 } |