commit:     23642c854860b7c0ba17a2304c25c3862594dfae
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 10:49:35 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 10:49:35 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=23642c85

sci-biology/OBO-Edit: add missing slash

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 29550a0fc..d4d09a644 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"
 

Reply via email to