From: Thomas Deutschmann Date: Sun, 18 Aug 2019 12:09:15 +0000 (+0200) Subject: sys-apps/hponcfg: add missing trailing slash X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=de8c9f967468e8df0dbd41e798a63792432aed90;p=gentoo.git sys-apps/hponcfg: add missing trailing slash Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann --- diff --git a/sys-apps/hponcfg/hponcfg-5.4.0.0.ebuild b/sys-apps/hponcfg/hponcfg-5.4.0.0.ebuild index fe9e5b9f3a88..8afc8cddad42 100644 --- a/sys-apps/hponcfg/hponcfg-5.4.0.0.ebuild +++ b/sys-apps/hponcfg/hponcfg-5.4.0.0.ebuild @@ -33,5 +33,5 @@ src_install() { dodoc "${S}"/usr/share/doc/hponcfg/* - pax-mark m "${D}"usr/sbin/hponcfg + pax-mark m "${D}"/usr/sbin/hponcfg }