diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-21 17:47:39 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-21 17:47:39 +0000 |
commit | f7a20d2775a900c540785856b106a7e8e1fd7161 (patch) | |
tree | db0a05650f4c15215caaa73938005a0932647de2 /games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild | |
parent | Version bump; tidy old ebuild. (diff) | |
download | historical-f7a20d2775a900c540785856b106a7e8e1fd7161.tar.gz historical-f7a20d2775a900c540785856b106a7e8e1fd7161.tar.bz2 historical-f7a20d2775a900c540785856b106a7e8e1fd7161.zip |
Added addition dir variable to games_make_wrapper for bug #109793.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild')
-rw-r--r-- | games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild b/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild index b9539de06812..f220e14b3a32 100644 --- a/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild +++ b/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild,v 1.7 2005/09/21 20:38:18 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-demo/doom3-demo-1.1.1286.ebuild,v 1.8 2005/10/21 17:30:39 wolf31o2 Exp $ inherit eutils games @@ -61,10 +61,9 @@ src_install() { insinto ${dir}/demo doins demo/* || die "doins base" - games_make_wrapper doom3-demo ./doom.x86 ${dir} + games_make_wrapper doom3-demo ./doom.x86 "${dir}" "${dir}" - insinto /usr/share/pixmaps - newins ${DISTDIR}/doom3.png doom3-demo.png + newicon ${DISTDIR}/doom3.png doom3-demo.png prepgamesdirs make_desktop_entry doom3-demo "Doom III Demo" doom3-demo.png |