diff options
author | Philip Miess <Philip_Miess@yahoo.com> | 2019-11-02 18:23:30 -0400 |
---|---|---|
committer | Philip Miess <Philip_Miess@yahoo.com> | 2019-11-02 18:23:30 -0400 |
commit | 55fcf06acd93b4c8dfb8b213e754bebcccae11fe (patch) | |
tree | f673e814ba57e4ff74e7855660d113b71553c9e1 /app-text/rig/rig-1.11.ebuild | |
parent | remove DEVRANDOM option because it caueses compile errors (diff) | |
download | superposition-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.ebuild | 2 |
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 } |