From 3d0e0780d66319324fe1165d4cad148a39599a16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Tue, 3 Nov 2015 09:22:56 +0000 Subject: [PATCH] except for variants, install al at once (it's faster); sudo or not is the problem of the caller; also cleanup debian/control if created (importan, otherwise with sudo, it belongs to root) --- resolve-debbuilddeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resolve-debbuilddeps.sh b/resolve-debbuilddeps.sh index c723a24..89f24ba 100755 --- a/resolve-debbuilddeps.sh +++ b/resolve-debbuilddeps.sh @@ -14,7 +14,7 @@ SCHROOTNAME="$1" if test -e debian/control.in -a ! -e debian/control; then sed 's,@[^@]*@, dummytext,g' debian/control.in > debian/control - trap "rm debian/control" INT TERM EXIT + trap "rm debian/control" INT TERM EXIT fi if test -n "${SCHROOTNAME}"; then