summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Miess <Philip_Miess@yahoo.com>2019-11-02 18:23:30 -0400
committerPhilip Miess <Philip_Miess@yahoo.com>2019-11-02 18:23:30 -0400
commit55fcf06acd93b4c8dfb8b213e754bebcccae11fe (patch)
treef673e814ba57e4ff74e7855660d113b71553c9e1 /app-text/rig/rig-1.11.ebuild
parentremove DEVRANDOM option because it caueses compile errors (diff)
downloadsuperposition-55fcf06acd93b4c8dfb8b213e754bebcccae11fe.tar.gz
superposition-55fcf06acd93b4c8dfb8b213e754bebcccae11fe.tar.bz2
superposition-55fcf06acd93b4c8dfb8b213e754bebcccae11fe.zip
delete whole image/usr/man directory to avoid QA message
Signed-off-by: Philip Miess <Philip_Miess@yahoo.com>
Diffstat (limited to 'app-text/rig/rig-1.11.ebuild')
-rw-r--r--app-text/rig/rig-1.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/rig/rig-1.11.ebuild b/app-text/rig/rig-1.11.ebuild
index eb3f4b5..987cb2c 100644
--- a/app-text/rig/rig-1.11.ebuild
+++ b/app-text/rig/rig-1.11.ebuild
@@ -39,6 +39,6 @@ src_install() {
if [[ -f Makefile ]] || [[ -f GNUmakefile ]] || [[ -f makefile ]] ; then
emake DESTDIR="${D}" install
fi
- rm "${D}/usr/man/man6/rig.6"
+ rm -rf "${D}/usr/man"
einstalldocs
}