Fixed link to crypto patch

This commit is contained in:
Jiri 2017-03-03 18:07:33 +01:00
parent 2ef1e20250
commit 31747f3653

View File

@ -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