Move installing binary.deb/archives/*.deb.

This commit is contained in:
Chris Lamb 2008-01-15 02:47:29 +00:00 committed by Daniel Baumann
parent 28d856f6f1
commit 042dfa1ee0
1 changed files with 5 additions and 5 deletions

View File

@ -252,13 +252,13 @@ if [ "${LH_DEBIAN_INSTALLER}" != "netboot" ]; then
Chroot "apt-get -o Dir::Cache=/binary.deb --download-only install --yes ${DI_PACKAGES}"
mv chroot/binary.deb ./
mv chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status
for FILE in binary.deb/archives/*.deb
do
Install_file "${FILE}"
done
fi
for FILE in binary.deb/archives/*.deb
do
Install_file "${FILE}"
done
# Including base debian packages
if [ -d cache/packages_bootstrap ]
then