X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=1657da4d363603bf3585a7ccf554c3a1c8075e67;hb=38eb9ef81f685195d2f489b3306b557d4c88f3f7;hp=b0055505f9240d2564e9984db3e1ba68683360d6;hpb=7067bd17af6f99ddf4997707e284ab647cc7c657;p=novnc-pve.git diff --git a/Makefile b/Makefile index b005550..1657da4 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ -RELEASE=3.2 +RELEASE=4.0 PACKAGE=novnc-pve -PKGREL=6 +PKGREL=3 NOVNCDIR=novnc NOVNCSRC=${NOVNCDIR}.tgz -NOVNCVER=0.4 +NOVNCVER=0.5 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) GITVERSION:=$(shell cat .git/refs/heads/master) @@ -22,9 +22,8 @@ dinstall: deb deb ${DEB}: ${TARSRC} rm -rf ${NOVNCDIR} tar xf ${NOVNCSRC} - mv ${NOVNCDIR}/debian ${NOVNCDIR}/debian.org cp -a debian ${NOVNCDIR}/debian - cp pveui.js ${NOVNCDIR} + cp ${NOVNCDIR}/include/ui.js ${NOVNCDIR}/pveui.js # 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