commit: de8c9f967468e8df0dbd41e798a63792432aed90
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 12:09:15 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 12:09:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8c9f96
sys-apps/hponcfg: add missing trailing slash
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
sys-apps/hponcfg/hponcfg-5.4.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/hponcfg/hponcfg-5.4.0.0.ebuild
b/sys-apps/hponcfg/hponcfg-5.4.0.0.ebuild
index fe9e5b9f3a8..8afc8cddad4 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
}