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)

This commit is contained in:
Marc Wäckerlin
2015-11-03 09:22:56 +00:00
parent e7b631f16c
commit 3d0e0780d6

View File

@@ -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