dev-db/mysql++: [QA] Fix UnnecessarySlashStrip
authorDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:50:49 +0000 (17:50 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:50:49 +0000 (17:50 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
dev-db/mysql++/mysql++-3.2.4.ebuild

index 24978aa9f91f7d12757d17c2ad342f217f810c9a..ba9a947c7f137820ce48a63888243e9012f0354e 100644 (file)
@@ -43,7 +43,7 @@ src_prepare() {
 src_configure() {
        local myconf=(
                --enable-thread-check
-               --with-mysql="${EPREFIX%/}/usr"
+               --with-mysql="${EPREFIX}/usr"
                --with-mysql-lib="${EPREFIX}$(mysql_config --variable=pkglibdir)"
                --with-mysql-include="${EPREFIX}$(mysql_config --variable=pkgincludedir)"
        )