summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Gu <guyu2876@gmail.com>2022-10-18 13:05:45 +0800
committerJakov Smolić <jsmolic@gentoo.org>2022-10-29 12:23:37 +0200
commitf0bee84c6932d08cd99dc4f28a2bd051bd247f38 (patch)
tree73b6965657ff3aa600a39476164c189b7fe4cc40 /www-apps/rt
parentsys-kernel/gentoo-sources: add 6.0.6 (diff)
downloadgentoo-f0bee84c6932d08cd99dc4f28a2bd051bd247f38.tar.gz
gentoo-f0bee84c6932d08cd99dc4f28a2bd051bd247f38.tar.bz2
gentoo-f0bee84c6932d08cd99dc4f28a2bd051bd247f38.zip
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>
Diffstat (limited to 'www-apps/rt')
-rw-r--r--www-apps/rt/rt-4.4.4-r3.ebuild (renamed from www-apps/rt/rt-4.4.4-r2.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/rt/rt-4.4.4-r2.ebuild b/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