summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2009-11-17 01:58:06 +1300
committerKent Fredric <kentfredric@gmail.com>2010-11-18 17:16:45 +1300
commitf88bad7607923554be6a47853d77eae09fb8e12d (patch)
tree0799699c396f4f30ed50c0b9b4c4ebe59598429a /dev-lang/parrot/parrot-9999.ebuild
parentWhitespace cleanup (diff)
downloadperl-overlay-parrot-scm.tar.gz
perl-overlay-parrot-scm.tar.bz2
perl-overlay-parrot-scm.zip
Fixed build fail in parrotparrot-scm
(Portage version: 2.2_rc48/git/Linux x86_64) (Signed Manifest commit)
Diffstat (limited to 'dev-lang/parrot/parrot-9999.ebuild')
-rw-r--r--dev-lang/parrot/parrot-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/parrot/parrot-9999.ebuild b/dev-lang/parrot/parrot-9999.ebuild
index 249300eb9..c6b8d3099 100644
--- a/dev-lang/parrot/parrot-9999.ebuild
+++ b/dev-lang/parrot/parrot-9999.ebuild
@@ -44,7 +44,7 @@ src_unpack(){
# export to the ${WORKDIR}
#* "svn export" has a bug. see http://bugs.gentoo.org/119236
#* svn export . "${S}" || die "${ESVN}: can't export to ${S}."
- rsync -rlpgo . "${S}" || die "${ESVN}: can't export to ${S}."
+ rsync -rlpgo . "${S}/" || die "${ESVN}: can't export to ${S}."
}
src_prepare() {