]> git.proxmox.com Git - pve-xtermjs.git/blobdiff - Makefile
rfakeroot is implied
[pve-xtermjs.git] / Makefile
index ad348ec9de2e9ce268bdd271a73c3c2870b45d1d..174ac7db2553bd59b34f35b2222d5587177603dd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 include defines.mk
 
-XTERMJSVER=3.2.0
+XTERMJSVER=3.12.0
 XTERMJSTGZ=xterm-${XTERMJSVER}.tgz
 XTERMJSDIR=package
 XTERMDATA = ${XTERMJSDIR}/dist/
@@ -23,7 +23,7 @@ ${DEB}: ${XTERMDATA}
        cp -a debian ${SRCDIR}.tmp/
        cp -ar ${XTERMJSDIR}/dist/* ${SRCDIR}.tmp/www
        echo "git clone git://git.proxmox.com/git/pve-xtermjs.git\\ngit checkout ${GITVERSION}" > ${SRCDIR}.tmp/debian/SOURCE
-       cd ${SRCDIR}.tmp; dpkg-buildpackage -rfakeroot -b -uc -us
+       cd ${SRCDIR}.tmp; dpkg-buildpackage -b -uc -us
        lintian ${DEB}
        @echo ${DEB}
 
@@ -32,7 +32,7 @@ ${XTERMDATA}: ${XTERMJSTGZ}
        tar -xf ${XTERMJSTGZ}
 
 .PHONY: download
-download ${SRCDIR}:
+download ${XTERMJSTGZ}:
        wget https://registry.npmjs.org/xterm/-/${XTERMJSTGZ} -O ${XTERMJSTGZ}.tmp
        mv ${XTERMJSTGZ}.tmp ${XTERMJSTGZ}