sys-block/storcli: remove unnecessary slash strip
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 26 Dec 2019 14:58:09 +0000 (15:58 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 26 Dec 2019 15:00:44 +0000 (16:00 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
sys-block/storcli/storcli-7.1017.ebuild
sys-block/storcli/storcli-7.1211.ebuild

index 5095711faa5f99d2c40d3023c827af79bdb7819b..f6575ca54f0aa1f8f2558693860b359765738622 100644 (file)
@@ -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
 }
index 6646f7cbbfd4b11729c9f3c90619951b485eb51b..d96942c7205d8280c77a7a15ad3fe6953d2383ae 100644 (file)
@@ -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
 }