From: Thomas Lamprecht Date: Tue, 26 Mar 2019 06:50:18 +0000 (+0100) Subject: rfakeroot is implied X-Git-Url: https://git.proxmox.com/?p=pve-xtermjs.git;a=commitdiff_plain;h=82fddbd9dc28585fc2325190caf2676a6386d224 rfakeroot is implied Signed-off-by: Thomas Lamprecht --- diff --git a/Makefile b/Makefile index 632e463..174ac7d 100644 --- a/Makefile +++ b/Makefile @@ -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}