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 | 18fb37a30e7247d68f558bf07a81c4e3ed86366e (patch) | |
tree | d94f34d4af7759224efbffc0af9e642170b3dabe /games-action/fakk2 | |
parent | only install smb.conf (blank) if none is currently present in the live filesy... (diff) | |
download | historical-18fb37a30e7247d68f558bf07a81c4e3ed86366e.tar.gz historical-18fb37a30e7247d68f558bf07a81c4e3ed86366e.tar.bz2 historical-18fb37a30e7247d68f558bf07a81c4e3ed86366e.zip |
Fixed a typo and closing bug #101202.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-action/fakk2')
-rw-r--r-- | games-action/fakk2/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/fakk2/Manifest | 4 | ||||
-rw-r--r-- | games-action/fakk2/fakk2-1.02.ebuild | 5 |
3 files changed, 9 insertions, 5 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/Manifest b/games-action/fakk2/Manifest index d66eac69aae7..76af7d5e9067 100644 --- a/games-action/fakk2/Manifest +++ b/games-action/fakk2/Manifest @@ -1,4 +1,4 @@ -MD5 a5bf1d96053bb925febfdbef9a1479da ChangeLog 1171 -MD5 c530307dd1cd2c80f758c5c44bb7fa7d fakk2-1.02.ebuild 1915 +MD5 c0e57a7d6466bc6fd0990ce7ba797047 ChangeLog 1286 +MD5 ca10ce2a03bc88165b3e104f3ffcb89a fakk2-1.02.ebuild 1955 MD5 bdda091e4a2c4fde8aaea4b8fd252587 metadata.xml 1211 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-fakk2-1.02 0 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 |