x11-libs/libyui: [QA] Fix UnnecessarySlashStrip
authorDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:52:56 +0000 (17:52 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 16:52:56 +0000 (17:52 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
x11-libs/libyui/libyui-3.3.3.ebuild

index 66ac3137191631f750bb83329abb7bdbf3e02e12..b3e24c56ad7e4c424ec7c35beb63c6650af42265 100644 (file)
@@ -36,7 +36,7 @@ src_prepare() {
 
 src_configure() {
        local mycmakeargs=(
-               -DDOC_DIR="${EPREFIX%/}/usr/share/doc/${PF}"
+               -DDOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
                -DENABLE_STATIC=$(usex static-libs)
                -DENABLE_WERROR=OFF
                -DRESPECT_FLAGS=ON