summaryrefslogtreecommitdiffstats
path: root/development/OpenJDK11/OpenJDK11.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/OpenJDK11/OpenJDK11.SlackBuild')
-rw-r--r--development/OpenJDK11/OpenJDK11.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/OpenJDK11/OpenJDK11.SlackBuild b/development/OpenJDK11/OpenJDK11.SlackBuild
index 73a10eb9ec..da6dc409d6 100644
--- a/development/OpenJDK11/OpenJDK11.SlackBuild
+++ b/development/OpenJDK11/OpenJDK11.SlackBuild
@@ -69,7 +69,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf jdk11u-jdk-$VERSION-ga
-tar xvf $CWD/jdk-${VERSION}-ga.tar.gz
+tar xvf $CWD/jdk11u-jdk-${VERSION}-ga.tar.gz
# Building openjdk from source requires bootstrapping from either a
# current or previous version of the (open)jdk binary installation.