diff options
author | David Seifert <soap@gentoo.org> | 2020-02-08 17:52:56 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-08 17:52:56 +0100 |
commit | 7133af336e4130d937ec20df2729181904e39d3c (patch) | |
tree | acebfff8273accaf2bee174c1ca1e82d39f56e60 /x11-libs | |
parent | www-servers/nginx: [QA] Fix UnnecessarySlashStrip (diff) | |
download | gentoo-7133af336e4130d937ec20df2729181904e39d3c.tar.gz gentoo-7133af336e4130d937ec20df2729181904e39d3c.tar.bz2 gentoo-7133af336e4130d937ec20df2729181904e39d3c.zip |
x11-libs/libyui: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libyui/libyui-3.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libyui/libyui-3.3.3.ebuild b/x11-libs/libyui/libyui-3.3.3.ebuild index 66ac31371916..b3e24c56ad7e 100644 --- a/x11-libs/libyui/libyui-3.3.3.ebuild +++ b/x11-libs/libyui/libyui-3.3.3.ebuild @@ -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 |