summaryrefslogtreecommitdiffstats
path: root/openjdk
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2012-01-15 22:19:25 +0000
committer Eric Hameleers <alien@slackware.com>2012-01-15 22:19:25 +0000
commit7e9b2c101d7ce285ee989c05ca188a77fc4a8345 (patch)
tree866b7a3877f7a88b9ec4cdc0278ab20c6743be4a /openjdk
parent9c96281bf8cbf098d34082f9c7d8882456ac39b5 (diff)
downloadasb-7e9b2c101d7ce285ee989c05ca188a77fc4a8345.tar.gz
asb-7e9b2c101d7ce285ee989c05ca188a77fc4a8345.tar.xz
Symlink will be disastrous when upgradepkg openjre%openjdk
Diffstat (limited to 'openjdk')
-rwxr-xr-xopenjdk/build/openjdk.SlackBuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/openjdk/build/openjdk.SlackBuild b/openjdk/build/openjdk.SlackBuild
index 152eefb5..be1f0c21 100755
--- a/openjdk/build/openjdk.SlackBuild
+++ b/openjdk/build/openjdk.SlackBuild
@@ -174,10 +174,6 @@ cp -a openjdk.build/j2sdk-image \
cp -a openjdk.build/j2re-image \
$PKG2/usr/lib${LIBDIRSUFFIX}/java
-# Create a jre compatibility symlink so that the web plugin works
-# with both JDK and JRE:
-( cd $PKG2/usr/lib${LIBDIRSUFFIX}/java ; ln -sf . jre )
-
# Generate a cacerts file from the certificates installed through our
# ca-certificates package - the "cacerts" in the OpenJDK sources is empty.
# This will only work if we already have a proper JDK/JRE installed: