summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-01-15 02:47:29 +0000
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:35:37 +0100
commit042dfa1ee011a8edb98e97cd7f45a091b8d3ee31 (patch)
tree8958197d4b41ec56b1d40926539fd89d9d2731ca /helpers
parent28d856f6f17168a56576b1f35bc8136109d062ce (diff)
downloadlive-build-042dfa1ee011a8edb98e97cd7f45a091b8d3ee31.zip
live-build-042dfa1ee011a8edb98e97cd7f45a091b8d3ee31.tar.gz
Move installing binary.deb/archives/*.deb.
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_debian-installer10
1 files changed, 5 insertions, 5 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 6b48139..37db5a6 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -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