diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2020-04-18 17:03:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-31 11:44:09 +0200 |
commit | d26cc6ee80638c97f02c2002518fa50d4cdb3316 (patch) | |
tree | 0c0db9d4f84073a92aa7969f39e54c74dafdd481 /app-misc/hivex | |
parent | app-misc/hivex: fix build with USE=-python (diff) | |
download | gentoo-d26cc6ee80638c97f02c2002518fa50d4cdb3316.tar.gz gentoo-d26cc6ee80638c97f02c2002518fa50d4cdb3316.tar.bz2 gentoo-d26cc6ee80638c97f02c2002518fa50d4cdb3316.zip |
app-misc/hivex: remove obsolete man handling
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/15395
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/hivex')
-rw-r--r-- | app-misc/hivex/hivex-1.3.18.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app-misc/hivex/hivex-1.3.18.ebuild b/app-misc/hivex/hivex-1.3.18.ebuild index da2e2b6fae07..dad58992eb7d 100644 --- a/app-misc/hivex/hivex-1.3.18.ebuild +++ b/app-misc/hivex/hivex-1.3.18.ebuild @@ -105,8 +105,4 @@ src_install() { if use perl; then perl_delete_localpod fi - - #can't figure out a better way to do this - mv "${ED}"/usr/man/man3/* "${ED}/usr/share/man/man3/" || die - rm -r "${ED}/usr/man" || die } |