Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214128 - dev-libs/mini-xml-2.4 forgotten to unpack
Summary: dev-libs/mini-xml-2.4 forgotten to unpack
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-21 09:41 UTC by Shunichi Fuji
Modified: 2008-03-21 13:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shunichi Fuji 2008-03-21 09:41:49 UTC
especial archive unpack is needed while override src_unpack().

Reproducible: Always

Steps to Reproduce:




diff --git a/mini-xml-2.4.ebuild b/mini-xml-2.4.ebuild
index 3791029..a4ce011 100644
--- a/mini-xml-2.4.ebuild
+++ b/mini-xml-2.4.ebuild
@@ -25,6 +25,8 @@ src_test() {
 }
 
 src_unpack() {
+       unpack "${A}"
+       cd "${S}"
        sed -i -e "s:755 -s:755:" Makefile.in || die "sed failed"
        rm configure
        eautoreconf
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2008-03-21 13:42:00 UTC
Fixed on Diego's request, thanks.