diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-16 01:37:31 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:40 +0100 |
commit | 59e050290ddac2c23c7054496f94b5e1a91d3181 (patch) | |
tree | 50132d885ff210267dba763c586bf62cf51d3d5c /helpers/lh_chroot | |
parent | b070f0a9a32e12bdd7727424868d6330ea4a0d2c (diff) | |
download | live-build-59e050290ddac2c23c7054496f94b5e1a91d3181.zip live-build-59e050290ddac2c23c7054496f94b5e1a91d3181.tar.gz |
Don't install lists from chroot_local-packageslists without them being specified in LH_PACKAGES_LISTS (Closes: #490755)
Diffstat (limited to 'helpers/lh_chroot')
-rwxr-xr-x | helpers/lh_chroot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helpers/lh_chroot b/helpers/lh_chroot index 7a527be..6bd4e90 100755 --- a/helpers/lh_chroot +++ b/helpers/lh_chroot @@ -49,7 +49,6 @@ lh_chroot_local-preseed ${*} lh_chroot_tasks ${*} lh_chroot_packageslists ${*} lh_chroot_packages ${*} -lh_chroot_local-packageslists ${*} lh_chroot_local-packages ${*} lh_chroot_install-packages ${*} lh_chroot_localization ${*} |