diff --git a/media-libs/libtheora/libtheora-1.2.0-r1.ebuild b/media-libs/libtheora/libtheora-1.2.0-r1.ebuild index 66b0fc8f88536..369f8cc738941 100644 --- a/media-libs/libtheora/libtheora-1.2.0-r1.ebuild +++ b/media-libs/libtheora/libtheora-1.2.0-r1.ebuild @@ -48,7 +48,8 @@ src_prepare() { default # Workaround for broken 1.2.0 dist tarball - cp "${DISTDIR}"/${P}-{armenc.c,armloop.s} lib/arm || die + cp "${DISTDIR}"/${P}-armenc.c lib/arm || die + cp "${DISTDIR}"/${P}-armloop.s lib/arm || die eautoreconf }