summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-12-26 15:58:09 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-12-26 16:00:44 +0100
commita3663196700caa4f464385dbd4c415477873fade (patch)
tree51942963d1453b2fa66c2c1f228d741a6ceb839b /sys-block
parentmedia-libs/opencv: [QA] Revert "Needs python_optimize, add python 3.8 support" (diff)
downloadgentoo-a3663196700caa4f464385dbd4c415477873fade.tar.gz
gentoo-a3663196700caa4f464385dbd4c415477873fade.tar.bz2
gentoo-a3663196700caa4f464385dbd4c415477873fade.zip
sys-block/storcli: remove unnecessary slash strip
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r--sys-block/storcli/storcli-7.1017.ebuild2
-rw-r--r--sys-block/storcli/storcli-7.1211.ebuild2
2 files changed, 2 insertions, 2 deletions
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
}