diff options
author | Austin English <wizardedit@gentoo.org> | 2016-04-25 14:22:56 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-04-25 14:22:56 -0500 |
commit | 591377f7f33f10146ec7633a39ad1ea8236b3e00 (patch) | |
tree | c1432bee03f18a0a0d7451f31ead20fe46d55335 /eclass/games-mods.eclass | |
parent | app-admin/gkrellm: remove gkrellm-2.3.5-r3 (diff) | |
download | gentoo-591377f7f33f10146ec7633a39ad1ea8236b3e00.tar.gz gentoo-591377f7f33f10146ec7633a39ad1ea8236b3e00.tar.bz2 gentoo-591377f7f33f10146ec7633a39ad1ea8236b3e00.zip |
eclass/games-mods.eclass: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'eclass/games-mods.eclass')
-rw-r--r-- | eclass/games-mods.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/games-mods.eclass b/eclass/games-mods.eclass index 2e9c7cc3ad97..21297c1678d0 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 |