summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-06-08 16:51:59 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-06-08 16:51:59 +0000
commit382b83cf3cff13dddf70d9d8532042e94b6b7de9 (patch)
treef7c0aba663c4bb47c668fd940714bd3c367c1216 /games-strategy
parent* scanelf options: -N matches a given lib. -T will print the cause of (diff)
downloadgentoo-2-382b83cf3cff13dddf70d9d8532042e94b6b7de9.tar.gz
gentoo-2-382b83cf3cff13dddf70d9d8532042e94b6b7de9.tar.bz2
gentoo-2-382b83cf3cff13dddf70d9d8532042e94b6b7de9.zip
Fix error in packaging (bug #95466)
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/wesnoth/ChangeLog5
-rw-r--r--games-strategy/wesnoth/wesnoth-0.9.2.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/games-strategy/wesnoth/ChangeLog b/games-strategy/wesnoth/ChangeLog
index b8a5314e6b78..b3dbff4ec2d3 100644
--- a/games-strategy/wesnoth/ChangeLog
+++ b/games-strategy/wesnoth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/wesnoth
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.50 2005/06/07 05:08:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.51 2005/06/08 16:51:59 mr_bones_ Exp $
+
+ 08 Jun 2005; Michael Sterrett <mr_bones_@gentoo.org> wesnoth-0.9.2.ebuild:
+ Fix error in packaging (bug #95466)
*wesnoth-0.9.2 (07 Jun 2005)
diff --git a/games-strategy/wesnoth/wesnoth-0.9.2.ebuild b/games-strategy/wesnoth/wesnoth-0.9.2.ebuild
index 9a124f52755c..5325f19b2a45 100644
--- a/games-strategy/wesnoth/wesnoth-0.9.2.ebuild
+++ b/games-strategy/wesnoth/wesnoth-0.9.2.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-strategy/wesnoth/wesnoth-0.9.2.ebuild,v 1.1 2005/06/07 05:08:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-0.9.2.ebuild,v 1.2 2005/06/08 16:51:59 mr_bones_ Exp $
inherit eutils flag-o-matic games
@@ -29,6 +29,9 @@ src_unpack() {
else
unpack ${P}.tar.gz
fi
+ # Fix error in packaging (bug #95466)
+ cd "${S}"
+ find . -name stamp-po -exec rm -f '{}' \;
}
src_compile() {