diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:30 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 9b270148288bb4750749a76341232f7374fd9da8 (patch) | |
tree | b98650cf05ba589f92d000724d2c229a9cd375e0 /games-fps | |
parent | games-action/teeworlds: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-9b270148288bb4750749a76341232f7374fd9da8.tar.gz gentoo-9b270148288bb4750749a76341232f7374fd9da8.tar.bz2 gentoo-9b270148288bb4750749a76341232f7374fd9da8.zip |
games-fps/quake3-bin: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake3-bin/files/q3ded.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-fps/quake3-bin/files/q3ded.rc b/games-fps/quake3-bin/files/q3ded.rc index a3a847f862ba..99922748b4c6 100644 --- a/games-fps/quake3-bin/files/q3ded.rc +++ b/games-fps/quake3-bin/files/q3ded.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |