diff options
author | 2009-11-17 01:58:06 +1300 | |
---|---|---|
committer | 2010-11-18 17:16:45 +1300 | |
commit | f88bad7607923554be6a47853d77eae09fb8e12d (patch) | |
tree | 0799699c396f4f30ed50c0b9b4c4ebe59598429a /dev-lang/parrot/parrot-9999.ebuild | |
parent | Whitespace cleanup (diff) | |
download | perl-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.ebuild | 2 |
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() { |