From 31747f365336cca3b64e2b4f679eb2ed9431e208 Mon Sep 17 00:00:00 2001 From: Jiri Date: Fri, 3 Mar 2017 18:07:33 +0100 Subject: [PATCH] Fixed link to crypto patch --- generate_source_tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate_source_tarball.sh b/generate_source_tarball.sh index 21846a1..e47b8ca 100755 --- a/generate_source_tarball.sh +++ b/generate_source_tarball.sh @@ -123,7 +123,7 @@ echo "Syncing EC list with NSS" if [ "x$PR2126" = "x" ] ; then # get pr2126.patch (from http://icedtea.classpath.org//hg/icedtea?cmd=changeset;node=8d2c9a898f50) from most correct tag # Do not push it or publish it (see http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2126) - wget http://icedtea.classpath.org/hg/icedtea/raw-file/tip/patches/pr2126.patch + wget http://icedtea.classpath.org/hg/icedtea8/raw-file/tip/patches/pr2126.patch patch -Np1 < pr2126.patch rm pr2126.patch else