diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 17:50:49 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 17:50:49 +0100 |
commit | e084837f70f88cede0838ab90325833dad88cb75 (patch) | |
tree | 502684fd15d1d4a3dcf7241fd131467c546be32d /dev-db/mysql++ | |
parent | dev-db/mysql: [QA] Fix UnnecessarySlashStrip (diff) | |
download | gentoo-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.ebuild | 2 |
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)" ) |