]> Pileus Git - ~andy/sunrise/commitdiff
sys-devel/boost-m4: Make the mv * for the github zipball kludge more specific.
authorNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Fri, 6 May 2011 13:04:44 +0000 (13:04 +0000)
committerNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
Fri, 6 May 2011 13:04:44 +0000 (13:04 +0000)
(Portage version: 2.2.0_alpha30-r1/svn/Linux x86_64)

svn path=/sunrise/; revision=12044

sys-devel/boost-m4/ChangeLog
sys-devel/boost-m4/boost-m4-0.2.ebuild

index a4c25118b09fca56fe9bb73a9831d97620823a19..5c4caaf6acdf0158d54fb00d739ccca80f6ff3a1 100644 (file)
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 May 2011; Nathan Phillip Brink <binki@gentoo.org> boost-m4-0.2.ebuild:
+  Make the mv * for the github zipball kludge more specific.
+
 *boost-m4-0.2 (03 May 2011)
 
   03 May 2011; Nathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>
index e71e14450f7f5f9536bc56a6d4d94f525d64e685..4d8ca7ec97481158eac4413f22ba2bd73bbc8f35 100644 (file)
@@ -19,7 +19,8 @@ RDEPEND=""
 src_unpack() {
        default
 
-       mv * ${P} || die
+       # The github-generated zipball kludge.
+       mv *-boost.m4-* ${P} || die
 }
 
 # boost.m4 has a buildsystem, but the distributer didn't use make dist