summaryrefslogtreecommitdiffstats
path: root/openjdk/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-06-14 16:30:36 +0000
committer Eric Hameleers <alien@slackware.com>2014-06-14 16:30:36 +0000
commit8cb70eed38153e01d6272d6e224f92c55a404917 (patch)
tree6b8bbebcd70d56893ba0801aa6c60f8f0f771fbc /openjdk/build
parent1b52a16c35db0489705f2252b45ad2971d8451e8 (diff)
downloadasb-8cb70eed38153e01d6272d6e224f92c55a404917.tar.gz
asb-8cb70eed38153e01d6272d6e224f92c55a404917.tar.xz
Fix names of the sources
Diffstat (limited to 'openjdk/build')
-rwxr-xr-xopenjdk/build/openjdk.SlackBuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/openjdk/build/openjdk.SlackBuild b/openjdk/build/openjdk.SlackBuild
index a1fde011..a5b42018 100755
--- a/openjdk/build/openjdk.SlackBuild
+++ b/openjdk/build/openjdk.SlackBuild
@@ -51,15 +51,15 @@ DEBUGBUILD=${DEBUGBUILD:-"NO"}
# for all of these tarballs; if the tarball does not verify then it will be
# downloaded again:
-SRC_CACAO=cacao_${PKGNAM}-${ICEDTEA}.tar.gz
-SRC_JAMVM=jamvm_${PKGNAM}-${ICEDTEA}.tar.gz
-SRC_CORBA=corba_${PKGNAM}-${ICEDTEA}.tar.gz
-SRC_HOTSPOT=hotspot_${PKGNAM}-${ICEDTEA}.tar.gz
-SRC_JAXP=jaxp_${PKGNAM}-${ICEDTEA}.tar.gz
-SRC_JAXWS=jaxws_${PKGNAM}-${ICEDTEA}.tar.gz
-SRC_JDK=jdk_${PKGNAM}-${ICEDTEA}.tar.gz
-SRC_LANGTOOLS=langtools_${PKGNAM}-${ICEDTEA}.tar.gz
-SRC_OPENJDK=openjdk_${PKGNAM}-${ICEDTEA}.tar.gz
+SRC_CACAO=cacao_icedtea-${ICEDTEA}.tar.gz
+SRC_JAMVM=jamvm_icedtea-${ICEDTEA}.tar.gz
+SRC_CORBA=corba_icedtea-${ICEDTEA}.tar.gz
+SRC_HOTSPOT=hotspot_icedtea-${ICEDTEA}.tar.gz
+SRC_JAXP=jaxp_icedtea-${ICEDTEA}.tar.gz
+SRC_JAXWS=jaxws_icedtea-${ICEDTEA}.tar.gz
+SRC_JDK=jdk_icedtea-${ICEDTEA}.tar.gz
+SRC_LANGTOOLS=langtools_icedtea-${ICEDTEA}.tar.gz
+SRC_OPENJDK=openjdk_icedtea-${ICEDTEA}.tar.gz
# Automatically determine the architecture we're building on:
MARCH=$( uname -m )