summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-08-18 14:09:15 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-08-18 14:09:28 +0200
commitde8c9f967468e8df0dbd41e798a63792432aed90 (patch)
treee747dc1b2409641812674e07f3b27d4f36e5c0a6 /sys-apps
parentnet-libs/libtrace: Old (diff)
downloadgentoo-de8c9f967468e8df0dbd41e798a63792432aed90.tar.gz
gentoo-de8c9f967468e8df0dbd41e798a63792432aed90.tar.bz2
gentoo-de8c9f967468e8df0dbd41e798a63792432aed90.zip
sys-apps/hponcfg: add missing trailing slash
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/hponcfg/hponcfg-5.4.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}