]> git.proxmox.com Git - novnc-pve.git/blobdiff - Makefile
pve_show_msg: allow undefined value for parameter 'permanent'
[novnc-pve.git] / Makefile
index c80731be3e0ee6b93b1ec5109a0c34c8e9e37a84..49c90e5afdb254d8ea7f6a61d783273d4c0e557c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 RELEASE=3.2
 
 PACKAGE=novnc-pve
-PKGREL=1
+PKGREL=4
 
 NOVNCDIR=novnc
 NOVNCSRC=${NOVNCDIR}.tgz
@@ -24,7 +24,7 @@ deb ${DEB}: ${TARSRC}
        tar xf ${NOVNCSRC}
        mv ${NOVNCDIR}/debian ${NOVNCDIR}/debian.org
        cp -a debian ${NOVNCDIR}/debian
-       cp vnc_pve.html ${NOVNCDIR}
+       cp pveui.js ${NOVNCDIR}
        # fix file permissions
        chmod 0644 ${NOVNCDIR}/include/jsunzip.js
        echo "git clone git://git.proxmox.com/git/novnc-pve.git\\ngit checkout ${GITVERSION}" > ${NOVNCDIR}/debian/SOURCE