mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-java/icedtea-web: add more XDG_* resetting
I don't see why this is needed but on the bug it's claimed it helps, so. I guess it's an interaction w/ cargo.eclass. Bug: https://bugs.gentoo.org/963066 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -98,6 +98,7 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
export XDG_CONFIG_HOME="${T}/.config" # xdg_environment_reset uses ${HOME}
|
||||
# races in makefile
|
||||
emake -j1 #nowarn
|
||||
}
|
||||
@@ -108,6 +109,7 @@ src_test() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
export XDG_CONFIG_HOME="${T}/.config" # xdg_environment_reset uses ${HOME}
|
||||
default
|
||||
rename -v '.bash' '' "${ED}/usr/share/bash-completion/completions/"*.bash || die
|
||||
rename -v 'javaws' 'itweb-javaws' "${ED}/usr/share/man/man1/"javaws.1* || die
|
||||
|
||||
Reference in New Issue
Block a user