From a3738b77dd88be40c77f5aaf43fadf2e911381b1 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 1 Sep 2020 16:05:06 -0400 Subject: [PATCH] gr-mixalot: yucky --- net-wireless/gr-mixalot/gr-mixalot-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-wireless/gr-mixalot/gr-mixalot-9999.ebuild b/net-wireless/gr-mixalot/gr-mixalot-9999.ebuild index b57a10d51..d34458154 100644 --- a/net-wireless/gr-mixalot/gr-mixalot-9999.ebuild +++ b/net-wireless/gr-mixalot/gr-mixalot-9999.ebuild @@ -34,6 +34,7 @@ src_configure() { src_install() { cmake_src_install - mv "${ED}"/usr/share/doc/{"${PN}","${PF}"} || die + #docs are built using automagic logic + [ -d "${ED}/usr/share/doc/${PN}" ] && mv "${ED}"/usr/share/doc/{"${PN}","${PF}"} || die python_optimize }