From: Thomas Deutschmann Date: Thu, 26 Dec 2019 14:58:09 +0000 (+0100) Subject: sys-block/storcli: remove unnecessary slash strip X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a3663196700caa4f464385dbd4c415477873fade;p=gentoo.git sys-block/storcli: remove unnecessary slash strip Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann --- diff --git a/sys-block/storcli/storcli-7.1017.ebuild b/sys-block/storcli/storcli-7.1017.ebuild index 5095711faa5f..f6575ca54f0a 100644 --- a/sys-block/storcli/storcli-7.1017.ebuild +++ b/sys-block/storcli/storcli-7.1017.ebuild @@ -64,5 +64,5 @@ src_install() { dosym "${MY_STORCLI_BASEDIR}"/storcli /usr/sbin/storcli - pax-mark m "${D%/}${MY_STORCLI_BASEDIR}"/storcli + pax-mark m "${D}${MY_STORCLI_BASEDIR}"/storcli } diff --git a/sys-block/storcli/storcli-7.1211.ebuild b/sys-block/storcli/storcli-7.1211.ebuild index 6646f7cbbfd4..d96942c7205d 100644 --- a/sys-block/storcli/storcli-7.1211.ebuild +++ b/sys-block/storcli/storcli-7.1211.ebuild @@ -64,5 +64,5 @@ src_install() { dosym "${MY_STORCLI_BASEDIR}"/storcli /usr/sbin/storcli - pax-mark m "${D%/}${MY_STORCLI_BASEDIR}"/storcli + pax-mark m "${D}${MY_STORCLI_BASEDIR}"/storcli }