diff options
author | 2005-08-03 14:21:05 +0000 | |
---|---|---|
committer | 2005-08-03 14:21:05 +0000 | |
commit | d452260b8d6d2659f124275ca8897d46704104ea (patch) | |
tree | 8601a7b07a3a7435766c88b12479d8c2ef21e793 /games-action/fakk2/fakk2-1.02.ebuild | |
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)
Diffstat (limited to 'games-action/fakk2/fakk2-1.02.ebuild')
-rw-r--r-- | games-action/fakk2/fakk2-1.02.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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 |