commit:     591377f7f33f10146ec7633a39ad1ea8236b3e00
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 19:22:56 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 19:22:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591377f7

eclass/games-mods.eclass: use #!/sbin/openrc-run instead of #!/sbin/runscript

 eclass/games-mods.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/games-mods.eclass b/eclass/games-mods.eclass
index 2e9c7cc..21297c1 100644
--- a/eclass/games-mods.eclass
+++ b/eclass/games-mods.eclass
@@ -197,7 +197,7 @@ games-mods_dosyms() {
 
 games-mods_make_initd() {
        cat <<EOF > "${T}"/${MOD_DED_BIN}
-#!/sbin/runscript
+#!/sbin/openrc-run
 $(head -n 2 ${PORTDIR}/header.txt)
 # Generated by games-mods.eclass
 

Reply via email to