[rfc][icedtea-web] fix for " html-gen.sh: Don't try to call hg if .hg directory isn't present"

Jiri Vanek jvanek at redhat.com
Mon Jan 4 16:19:48 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2779

The fix came with the bug report. I had tested an checked.
I added following hunk to it:
+if [ ! -e html-gen ]; then
+	echo "No html-gen directory, exiting. See Makefile.am for usage"
+	exit 1
+fi
+

I will push this tomorrow to both head and 1.6


J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: html-gen.sh.patch
Type: text/x-patch
Size: 2386 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160104/41a3d5a5/html-gen.sh-0001.patch>


More information about the distro-pkg-dev mailing list