diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-02 18:47:41 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-02 18:47:41 +0000 |
commit | 8455a5e07b9fed021c08d3cdfb301486dab60624 (patch) | |
tree | e50e66d61565a2f766a7639be16315cfd078961f /games-fps/quake4-bin | |
parent | Initial import of ebuild written by me. (diff) | |
download | gentoo-2-8455a5e07b9fed021c08d3cdfb301486dab60624.tar.gz gentoo-2-8455a5e07b9fed021c08d3cdfb301486dab60624.tar.bz2 gentoo-2-8455a5e07b9fed021c08d3cdfb301486dab60624.zip |
Fixed a typo.
(Portage version: 2.1_pre10-r2)
Diffstat (limited to 'games-fps/quake4-bin')
-rw-r--r-- | games-fps/quake4-bin/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/quake4-bin/quake4-bin-1.2.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-fps/quake4-bin/ChangeLog b/games-fps/quake4-bin/ChangeLog index 6a7b04ec0f93..e34ae6ecfbcb 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.18 2006/05/02 14:40:08 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.19 2006/05/02 18:47:41 wolf31o2 Exp $ + + 02 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> + quake4-bin-1.2.1.ebuild: + Fixed a typo. 02 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> quake4-bin-1.2.1.ebuild: diff --git a/games-fps/quake4-bin/quake4-bin-1.2.1.ebuild b/games-fps/quake4-bin/quake4-bin-1.2.1.ebuild index 86587968b5dd..ab7d0712b596 100644 --- a/games-fps/quake4-bin/quake4-bin-1.2.1.ebuild +++ b/games-fps/quake4-bin/quake4-bin-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.2.1.ebuild,v 1.2 2006/05/02 14:40:08 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.2.1.ebuild,v 1.3 2006/05/02 18:47:41 wolf31o2 Exp $ inherit eutils games @@ -58,7 +58,7 @@ src_install() { doexe openurl.sh || die "openurl.sh" doexe bin/Linux/x86/quake4.x86 bin/Linux/x86/q4ded.x86 \ bin/Linux/x86/libgcc_s.so.1 bin/Linux/x86/libstdc++.so.* \ - bin/Linux/x86/libSDL-1.2.id.so.0 bin/Linux/x86/quakesmp4.x86 \ + bin/Linux/x86/libSDL-1.2.id.so.0 bin/Linux/x86/quake4smp.x86 \ || die "doexe x86 exes/libs" insinto "${dir}"/q4base |