commit: f0bee84c6932d08cd99dc4f28a2bd051bd247f38 Author: Yu Gu <guyu2876 <AT> gmail <DOT> com> AuthorDate: Tue Oct 18 05:05:45 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sat Oct 29 10:23:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0bee84c
www-apps/rt: fix emake failed Bug: https://bugs.gentoo.org/860747 Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27827 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> www-apps/rt/{rt-4.4.4-r2.ebuild => rt-4.4.4-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 efcf278b94c6..f346018e2508 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
