diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-03 14:21:05 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-03 14:21:05 +0000 |
commit | d452260b8d6d2659f124275ca8897d46704104ea (patch) | |
tree | 8601a7b07a3a7435766c88b12479d8c2ef21e793 | |
parent | only install smb.conf (blank) if none is currently present in the live filesy... (diff) | |
download | gentoo-2-d452260b8d6d2659f124275ca8897d46704104ea.tar.gz gentoo-2-d452260b8d6d2659f124275ca8897d46704104ea.tar.bz2 gentoo-2-d452260b8d6d2659f124275ca8897d46704104ea.zip |
Fixed a typo and closing bug #101202.
(Portage version: 2.0.51.22-r2)
-rw-r--r-- | games-action/fakk2/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/fakk2/fakk2-1.02.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/fakk2/ChangeLog b/games-action/fakk2/ChangeLog index dc6ed2f36500..1ec8e0eacf84 100644 --- a/games-action/fakk2/ChangeLog +++ b/games-action/fakk2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/fakk2 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.9 2005/06/09 20:45:44 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.10 2005/08/03 14:21:05 wolf31o2 Exp $ + + 03 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> fakk2-1.02.ebuild: + Fixed a typo and closing bug #101202. 09 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> -files/fakk2: Removing unnecessary wrapper script. diff --git a/games-action/fakk2/fakk2-1.02.ebuild b/games-action/fakk2/fakk2-1.02.ebuild index cc6fbf3a353d..ca5164b8c8b9 100644 --- a/games-action/fakk2/fakk2-1.02.ebuild +++ b/games-action/fakk2/fakk2-1.02.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-action/fakk2/fakk2-1.02.ebuild,v 1.8 2005/06/09 20:41:36 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.9 2005/08/03 14:21:05 wolf31o2 Exp $ inherit eutils games @@ -43,8 +43,9 @@ src_install() { exeinto ${dir}/fakk doexe ${CDROM_ROOT}/bin/x86/glibc-2.1/fakk/{c,f}game.so if use nocd ; then - insinto ${dir}fakk + insinto ${dir}/fakk doins ${CDROM_ROOT}/fakk/pak{0,1,2,3}.pk3 + doins ${CDROM_ROOT}/fakk/default.cfg fi # now, since these files are coming off a cd, the times/sizes/md5sums wont |