diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-22 19:27:50 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-22 19:27:50 +0000 |
commit | 5d91649830dc60bd4b84b6f2b7288450527b9920 (patch) | |
tree | 245ea8ae01ad5e973fa6bdbc77823671b14d6fb3 /games-fps | |
parent | stable amd64 (diff) | |
download | gentoo-2-5d91649830dc60bd4b84b6f2b7288450527b9920.tar.gz gentoo-2-5d91649830dc60bd4b84b6f2b7288450527b9920.tar.bz2 gentoo-2-5d91649830dc60bd4b84b6f2b7288450527b9920.zip |
Added full path for bug #111143.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake4-bin/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/quake4-bin/quake4-bin-1.0.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-fps/quake4-bin/ChangeLog b/games-fps/quake4-bin/ChangeLog index da599c244565..23c431386138 100644 --- a/games-fps/quake4-bin/ChangeLog +++ b/games-fps/quake4-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake4-bin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.2 2005/11/16 19:36:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.3 2005/11/22 19:27:50 wolf31o2 Exp $ + + 22 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> + quake4-bin-1.0.5.ebuild: + Added full path for bug #111143. *quake4-bin-1.0.5 (16 Nov 2005) diff --git a/games-fps/quake4-bin/quake4-bin-1.0.5.ebuild b/games-fps/quake4-bin/quake4-bin-1.0.5.ebuild index 7b6aa75c8b44..b9d8abcd6b31 100644 --- a/games-fps/quake4-bin/quake4-bin-1.0.5.ebuild +++ b/games-fps/quake4-bin/quake4-bin-1.0.5.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/quake4-bin/quake4-bin-1.0.5.ebuild,v 1.2 2005/11/17 04:05:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.0.5.ebuild,v 1.3 2005/11/22 19:27:50 wolf31o2 Exp $ inherit eutils games @@ -72,7 +72,7 @@ src_install() { then games_make_wrapper quake4 ./quake4.x86 "${dir}" "${dir}" newicon q4icon.bmp quake4.bmp || die "copying icon" - make_desktop_entry quake4 "Quake IV" quake4.bmp + make_desktop_entry quake4 "Quake IV" /usr/share/pixmaps/quake4.bmp fi prepgamesdirs |