From 00c12a3ae9629d31bd168585f1235d30395be78b Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Sun, 5 Nov 2006 22:30:36 +0000 Subject: clean out old ebuild; bsd fixup reported by Javier Villavicencio via bug #154130 Package-Manager: portage-2.1.1-r1 --- games-engines/scummvm-tools/ChangeLog | 7 ++++++- games-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'games-engines/scummvm-tools') diff --git a/games-engines/scummvm-tools/ChangeLog b/games-engines/scummvm-tools/ChangeLog index dd3d0fad9756..13c1ef02f06e 100644 --- a/games-engines/scummvm-tools/ChangeLog +++ b/games-engines/scummvm-tools/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-engines/scummvm-tools # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.9 2006/07/15 05:19:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.10 2006/11/05 22:30:36 mr_bones_ Exp $ + + 05 Nov 2006; Michael Sterrett + -scummvm-tools-0.8.0.ebuild, scummvm-tools-0.9.0.ebuild: + clean out old ebuild; bsd fixup reported by Javier Villavicencio via + bug #154130 *scummvm-tools-0.9.0 (15 Jul 2006) diff --git a/games-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild index a93bd80761fd..000f0e8681f1 100644 --- a/games-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-0.9.0.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-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild,v 1.1 2006/07/15 05:19:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild,v 1.2 2006/11/05 22:30:36 mr_bones_ Exp $ inherit games @@ -31,8 +31,8 @@ src_unpack() { src_install() { local f - for f in $(find -type f -perm +1 -printf '%f ') ; do - newgamesbin $f ${PN}-$f || die "newgamesbin $f failed" + for f in $(find . -type f -perm +1 -print); do + newgamesbin $f ${PN}-${f##*/} || die "newgamesbin $f failed" done dodoc README prepgamesdirs -- cgit v1.2.3-65-gdbad