summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2017-03-19 13:35:09 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2017-03-19 13:35:33 +0300
commitf33f6f8264b5481b28a79ec26f8da5037885a525 (patch)
tree0bfa6c4b27487a3e32beda634faf265da4a32ecf /sci-physics/herwig
parentdev-lang/ghc: added 'arm64' binary, built by Alexander Adler (diff)
downloadgentoo-f33f6f8264b5481b28a79ec26f8da5037885a525.tar.gz
gentoo-f33f6f8264b5481b28a79ec26f8da5037885a525.tar.bz2
gentoo-f33f6f8264b5481b28a79ec26f8da5037885a525.zip
sci-physics/herwig: fix bad quotation in 2ea322cc35bb2d4926bd6637af82e796622bfdd7
Package-Manager: Portage-2.3.4, Repoman-2.3.2 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'sci-physics/herwig')
-rw-r--r--sci-physics/herwig/herwig-6.5.21.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/herwig/herwig-6.5.21.ebuild b/sci-physics/herwig/herwig-6.5.21.ebuild
index bdba3ce914f1..efc9edf1c7ae 100644
--- a/sci-physics/herwig/herwig-6.5.21.ebuild
+++ b/sci-physics/herwig/herwig-6.5.21.ebuild
@@ -33,7 +33,7 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}"
src_unpack() {
- cp "${DISTDIR}/${MY_P}.f,${MY_P}.inc,${MY_PINC}" "${S}" || die
+ cp "${DISTDIR}"/{"${MY_P}".f,"${MY_P}".inc,"${MY_PINC}"} "${S}" || die
}
src_prepare() {