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)

master
Marc Wäckerlin 9 years ago
parent e7b631f16c
commit 3d0e0780d6
  1. 2
      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

Loading…
Cancel
Save