From f0bee84c6932d08cd99dc4f28a2bd051bd247f38 Mon Sep 17 00:00:00 2001 From: Yu Gu Date: Tue, 18 Oct 2022 13:05:45 +0800 Subject: [PATCH] www-apps/rt: fix emake failed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/860747 Signed-off-by: Yu Gu Closes: https://github.com/gentoo/gentoo/pull/27827 Signed-off-by: Jakov Smolić --- www-apps/rt/{rt-4.4.4-r2.ebuild => rt-4.4.4-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename www-apps/rt/{rt-4.4.4-r2.ebuild => rt-4.4.4-r3.ebuild} (99%) diff --git a/www-apps/rt/rt-4.4.4-r2.ebuild b/www-apps/rt/rt-4.4.4-r3.ebuild similarity index 99% rename from www-apps/rt/rt-4.4.4-r2.ebuild rename to www-apps/rt/rt-4.4.4-r3.ebuild index efcf278b94c66..f346018e2508f 100644 --- a/www-apps/rt/rt-4.4.4-r2.ebuild +++ b/www-apps/rt/rt-4.4.4-r3.ebuild @@ -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