summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-08 17:50:49 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-08 17:50:49 +0100
commite084837f70f88cede0838ab90325833dad88cb75 (patch)
tree502684fd15d1d4a3dcf7241fd131467c546be32d /dev-db/mysql++
parentdev-db/mysql: [QA] Fix UnnecessarySlashStrip (diff)
downloadgentoo-e084837f70f88cede0838ab90325833dad88cb75.tar.gz
gentoo-e084837f70f88cede0838ab90325833dad88cb75.tar.bz2
gentoo-e084837f70f88cede0838ab90325833dad88cb75.zip
dev-db/mysql++: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-db/mysql++')
-rw-r--r--dev-db/mysql++/mysql++-3.2.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql++/mysql++-3.2.4.ebuild b/dev-db/mysql++/mysql++-3.2.4.ebuild
index 24978aa9f91f..ba9a947c7f13 100644
--- a/dev-db/mysql++/mysql++-3.2.4.ebuild
+++ b/dev-db/mysql++/mysql++-3.2.4.ebuild
@@ -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)"
)