From 82fddbd9dc28585fc2325190caf2676a6386d224 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 26 Mar 2019 07:50:18 +0100 Subject: [PATCH] rfakeroot is implied Signed-off-by: Thomas Lamprecht --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.39.2