diff options
author | 2007-04-28 18:08:33 +0000 | |
---|---|---|
committer | 2007-04-28 18:08:33 +0000 | |
commit | c708b6315074f375c0d50cf9dd7be938fb928251 (patch) | |
tree | eaccd8caa390e8baec8ef6ec18fe120c149ea542 /games-fps/rtcw/rtcw-1.41b.ebuild | |
parent | Fix *initd, *confd and *envd calls (#173884, #174266) (diff) | |
download | historical-c708b6315074f375c0d50cf9dd7be938fb928251.tar.gz historical-c708b6315074f375c0d50cf9dd7be938fb928251.tar.bz2 historical-c708b6315074f375c0d50cf9dd7be938fb928251.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'games-fps/rtcw/rtcw-1.41b.ebuild')
-rw-r--r-- | games-fps/rtcw/rtcw-1.41b.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-fps/rtcw/rtcw-1.41b.ebuild b/games-fps/rtcw/rtcw-1.41b.ebuild index af9144af656a..8ecb7a3d10e4 100644 --- a/games-fps/rtcw/rtcw-1.41b.ebuild +++ b/games-fps/rtcw/rtcw-1.41b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild,v 1.6 2007/03/12 15:13:51 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild,v 1.7 2007/04/28 18:07:53 swegener Exp $ inherit eutils games @@ -55,8 +55,7 @@ src_install() { if use dedicated; then games_make_wrapper wolf-ded ./wolfded.x86 "${dir}" "${dir}" - exeinto /etc/init.d - newexe "${FILESDIR}"/wolf-ded.rc wolf-ded + newinitd "${FILESDIR}"/wolf-ded.rc wolf-ded dosed "s:GENTOO_DIR:${dir}:" /etc/init.d/wolf-ded fi |