debian: Fix Debian package handler when --use-installed not given.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 18 Oct 2011 13:12:21 +0000 (14:12 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 18 Oct 2011 13:12:21 +0000 (14:12 +0100)
commit93598c10650ab7d885b7f497308d05d478eb5e06
tree6c4358a84f7b2cc4f787e9f5d9df18c493e8c64b
parent1e70cc1d9b1630766431bafe35668c3828df578a
debian: Fix Debian package handler when --use-installed not given.

If there is no --use-installed option, then it didn't download all the
packages (only the ones not installed).  But this failed later when it
tried to unpack the packages that hadn't been downloaded.

Thus download all the packages if !use_installed.
src/febootstrap_debian.ml