summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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() {