From 18193fd19d12f3b8a3a7947d72d572f86dde0b28 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 8 Feb 2020 17:52:23 +0100 Subject: sys-apps/groff: [QA] Fix UnnecessarySlashStrip Signed-off-by: David Seifert --- sys-apps/groff/groff-1.22.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-apps') diff --git a/sys-apps/groff/groff-1.22.4.ebuild b/sys-apps/groff/groff-1.22.4.ebuild index 5cc2095734ed..f24193f78f45 100644 --- a/sys-apps/groff/groff-1.22.4.ebuild +++ b/sys-apps/groff/groff-1.22.4.ebuild @@ -43,7 +43,7 @@ src_prepare() { default # honor Gentoo's docdir - sed -i -e "s|^docdir =.*|docdir = \"${EPREFIX%/}/usr/share/doc/${PF}\"|g" \ + sed -i -e "s|^docdir =.*|docdir = \"${EPREFIX}/usr/share/doc/${PF}\"|g" \ Makefile.in \ || die "failed to modify Makefile.in" @@ -61,7 +61,7 @@ src_prepare() { src_configure() { local myeconfargs=( - --with-appresdir="${EPREFIX%/}"/usr/share/X11/app-defaults + --with-appresdir="${EPREFIX}"/usr/share/X11/app-defaults $(use_with X x) ) econf "${myeconfargs[@]}" -- cgit v1.2.3-65-gdbad