dev-lang/scala: add missing slash
authorThomas Deutschmann <whissi@gentoo.org>
Tue, 14 Jan 2020 22:45:49 +0000 (23:45 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Tue, 14 Jan 2020 22:46:08 +0000 (23:46 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-lang/scala/scala-2.12.10.ebuild

index 0ae8d30643867e0999e94718e5ccdac7823bbecb..43d41a07a6f61881e26aaaf739922997b7adb4f4 100644 (file)
@@ -144,7 +144,7 @@ src_prepare() {
 
 src_compile() {
        if ! use binary; then
-               export PATH="${EROOT}usr/share/scala-${SV}/bin:${WORKDIR}/${L_P}:${PATH}"
+               export PATH="${EROOT}/usr/share/scala-${SV}/bin:${WORKDIR}/${L_P}:${PATH}"
                export LANG="en_US.UTF-8"
                einfo "=== scala compile ..."
                "${S}"/sbt -Dsbt.log.noformat=true compile || die "sbt compile failed"