diff options
author | 2008-03-21 13:39:44 +0000 | |
---|---|---|
committer | 2008-03-21 13:39:44 +0000 | |
commit | a444c0965dc281a0029745f9394dbd3ca6b73e6f (patch) | |
tree | f410a13331c9600c1f37c5be546d8e2a3fd6b0be /dev-libs/mini-xml/mini-xml-2.4.ebuild | |
parent | Stable on alpha, bug #213740 (diff) | |
download | historical-a444c0965dc281a0029745f9394dbd3ca6b73e6f.tar.gz historical-a444c0965dc281a0029745f9394dbd3ca6b73e6f.tar.bz2 historical-a444c0965dc281a0029745f9394dbd3ca6b73e6f.zip |
Add missing unpack commands for Flameeyes, bug #214128.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-libs/mini-xml/mini-xml-2.4.ebuild')
-rw-r--r-- | dev-libs/mini-xml/mini-xml-2.4.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-libs/mini-xml/mini-xml-2.4.ebuild b/dev-libs/mini-xml/mini-xml-2.4.ebuild index 379102968bb4..4bfb9e5ecdbe 100644 --- a/dev-libs/mini-xml/mini-xml-2.4.ebuild +++ b/dev-libs/mini-xml/mini-xml-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mini-xml/mini-xml-2.4.ebuild,v 1.4 2008/03/18 13:26:54 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mini-xml/mini-xml-2.4.ebuild,v 1.5 2008/03/21 13:39:44 caster Exp $ inherit autotools multilib @@ -25,6 +25,9 @@ src_test() { } src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e "s:755 -s:755:" Makefile.in || die "sed failed" rm configure eautoreconf |