From 382b83cf3cff13dddf70d9d8532042e94b6b7de9 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Wed, 8 Jun 2005 16:51:59 +0000 Subject: Fix error in packaging (bug #95466) (Portage version: 2.0.51.19) --- games-strategy/wesnoth/ChangeLog | 5 ++++- games-strategy/wesnoth/wesnoth-0.9.2.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'games-strategy') 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 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() { -- cgit v1.2.3-65-gdbad