commit: 8f59fd80ec31cde755ebe538987505c488ce3000
Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 19:20:32 2019 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 19:20:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f59fd80
dev-ada/gnatcoll: fix Missing Slash
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-ada/gnatcoll/gnatcoll-2017-r1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-ada/gnatcoll/gnatcoll-2017-r1.ebuild
b/dev-ada/gnatcoll/gnatcoll-2017-r1.ebuild
index ae3680e4ccc..01785f799d5 100644
--- a/dev-ada/gnatcoll/gnatcoll-2017-r1.ebuild
+++ b/dev-ada/gnatcoll/gnatcoll-2017-r1.ebuild
@@ -106,15 +106,15 @@ src_compile() {
src_install() {
if use shared; then
- emake prefix="${D}usr" install_library_type/relocatable
+ emake prefix="${D}/usr" install_library_type/relocatable
fi
if use static-libs; then
- emake prefix="${D}usr" install_library_type/static
+ emake prefix="${D}/usr" install_library_type/static
fi
if use tools; then
- emake prefix="${D}usr" install_tools/static
+ emake prefix="${D}/usr" install_tools/static
fi
- emake prefix="${D}usr" install_gps_plugin
+ emake prefix="${D}/usr" install_gps_plugin
einstalldocs
}