Skip to content
Snippets Groups Projects
Commit 37cee9ea authored by Timo Teräs's avatar Timo Teräs
Browse files

community/java-gcj-compat: fix symlinks in jre/lib

parent ff8996ce
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ _gccpkgrel=7
pkgname=java-gcj-compat
pkgver=$_gccver
_mypkgrel=3
_mypkgrel=4
pkgrel=$(( $_mypkgrel + $_gccpkgrel ))
pkgdesc="JDK like environment using GCJ"
url="https://git.alpinelinux.org/aports.git"
......@@ -66,7 +66,7 @@ package() {
ln -sf ../../../../bin/gjar-6 $JDK_BIN_DIR/gjar
ln -sf ../../../../bin/gnative2ascii-6 $JDK_BIN_DIR/gnative2ascii
gcjrel=`ls -d /usr/lib/gcj-$gccver-* | cut -d '-' -f 3`
gcjrel=`ls -d /usr/lib/gcj-$_gccver-* | cut -d '-' -f 3`
mkdir -p $JRE_BIN_DIR $JRE_LIB_DIR/$CPU
ln -sf ../../../../../bin/gij-6 $JRE_BIN_DIR/java
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment