sys-block/hpssacli: remove unnecessary slash strip

And also revbump because of previous EAPI bump.

Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2023-12-01 08:56:05 +01:00
parent 275506a467
commit 8de66da7a3
2 changed files with 2 additions and 2 deletions

View File

@@ -58,5 +58,5 @@ src_install() {
dodoc "${DOCS[@]}"
pax-mark m "${D%/}${HPSSACLI_BASEDIR}"/*.bin
pax-mark m "${D}${HPSSACLI_BASEDIR}"/*.bin
}

View File

@@ -59,5 +59,5 @@ src_install() {
dodoc "${DOCS[@]}"
pax-mark m "${D%/}${HPSSACLI_BASEDIR}"/*.bin
pax-mark m "${D}${HPSSACLI_BASEDIR}"/*.bin
}