dev-ada/xmlada: Fix problem with EAPI 7
authorTupone Alfredo <tupone@gentoo.org>
Tue, 4 Jun 2019 18:17:15 +0000 (20:17 +0200)
committerTupone Alfredo <tupone@gentoo.org>
Tue, 4 Jun 2019 18:17:15 +0000 (20:17 +0200)
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

dev-ada/xmlada/xmlada-2019.ebuild

index ab10648fe151b275620ebfdc4b529acc5711fda9..e7aeb1c15d9c0450d937597f699618af8f96ba55 100644 (file)
@@ -59,7 +59,7 @@ src_test() {
 src_install () {
        build () {
                gprinstall -XLIBRARY_TYPE=$1 -f -p -XBUILD=Production \
-                       -XPROCESSORS=$(makeopts_jobs) --prefix="${D}"usr \
+                       -XPROCESSORS=$(makeopts_jobs) --prefix="${D}"/usr \
                        --install-name=xmlada --build-var=LIBRARY_TYPE \
                        --build-var=XMLADA_BUILD \
                        --build-name=$1 xmlada.gpr || die "gprinstall failed"