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:
@@ -14,7 +14,7 @@ SCHROOTNAME="$1"
|
|||||||
|
|
||||||
if test -e debian/control.in -a ! -e debian/control; then
|
if test -e debian/control.in -a ! -e debian/control; then
|
||||||
sed 's,@[^@]*@, dummytext,g' debian/control.in > debian/control
|
sed 's,@[^@]*@, dummytext,g' debian/control.in > debian/control
|
||||||
trap "rm debian/control" INT TERM EXIT
|
trap "rm debian/control" INT TERM EXIT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -n "${SCHROOTNAME}"; then
|
if test -n "${SCHROOTNAME}"; then
|
||||||
|
Reference in New Issue
Block a user