]> git.proxmox.com Git - novnc-pve.git/blobdiff - Makefile
revert novnc.tar.gz to 8f3c0f6b9b5e5c23a7dc7e90bd22901017ab4fc7
[novnc-pve.git] / Makefile
index 1657da4d363603bf3585a7ccf554c3a1c8075e67..ed93a664c0172d1cca99b65c61c111101ce2dc68 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ deb ${DEB}: ${TARSRC}
 download:
        rm -rf ${NOVNCDIR}
        git clone git://github.com/kanaka/noVNC ${NOVNCDIR}
+       cd ${NOVNCDIR}; git checkout -b local 8f3c0f6b9b5e5c23a7dc7e90bd22901017ab4fc7
        tar czf ${NOVNCSRC} ${NOVNCDIR}
 
 .PHONY: upload