summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-engines/scummvm-tools')
-rw-r--r--games-engines/scummvm-tools/ChangeLog7
-rw-r--r--games-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild6
2 files changed, 9 insertions, 4 deletions
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 <mr_bones_@gentoo.org>
+ -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