commit: d715e025c5c353fbe8c3cb186194357198ac1ac8
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 11:26:17 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 11:26:17 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d715e025
sci-biology/OBO-Edit: quote unqouted variable
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-biology/OBO-Edit/OBO-Edit-2.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/OBO-Edit/OBO-Edit-2.3.1.ebuild
b/sci-biology/OBO-Edit/OBO-Edit-2.3.1.ebuild
index d4d09a644..3af0ec3b3 100644
--- a/sci-biology/OBO-Edit/OBO-Edit-2.3.1.ebuild
+++ b/sci-biology/OBO-Edit/OBO-Edit-2.3.1.ebuild
@@ -46,7 +46,7 @@ src_prepare(){
# trick setting -Djava.util.prefs.systemRoot="${TMPDIR}" does not work
sed \
- -e "s@/bin/java\"
-Dinstall4j.jvmDir=\"\$app_java_home\"@/bin/java\" -Duser.home="${HOME}"
-Dinstall4j.jvmDir="${HOME}" -Dsys.symlinkDir=${D}/usr/bin
-Djava.util.prefs.systemRoot="${HOME}"@" \
+ -e "s@/bin/java\"
-Dinstall4j.jvmDir=\"\$app_java_home\"@/bin/java\" -Duser.home="${HOME}"
-Dinstall4j.jvmDir="${HOME}" -Dsys.symlinkDir="${D}"/usr/bin
-Djava.util.prefs.systemRoot="${HOME}"@" \
-i "${WORKDIR}"/"${PN}"_unix_install4j-"${PV}".sh \
|| die "failed to set userHome and jvmDir where JAVA
.systemPrefs can be found"