www-apps/rt: fix emake failed

Bug: https://bugs.gentoo.org/860747

Signed-off-by: Yu Gu <guyu2876@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27827
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Yu Gu
2022-10-18 13:05:45 +08:00
committed by Jakov Smolić
parent 0898eba007
commit f0bee84c69

View File

@@ -227,7 +227,7 @@ src_compile() { :; }
src_install() {
webapp_src_preinst
emake install
emake DESTDIR="${D}" install
dodoc -r docs/*
# Disable compression because `perldoc` doesn't decompress transparently