diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:12 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:25 +0100 |
commit | fdef63e60c2e68226da2fe92d6cc393c1af2b801 (patch) | |
tree | a066f2620ba741d786b628d1f9d56bcf38cbd8ea /helpers/lh_chroot_local-packageslists | |
parent | 504c05c3a63de0af4fd0e876274afc039c5c0ed1 (diff) | |
download | live-build-fdef63e60c2e68226da2fe92d6cc393c1af2b801.zip live-build-fdef63e60c2e68226da2fe92d6cc393c1af2b801.tar.gz |
Adding live-helper 1.0~a16-1.
Diffstat (limited to 'helpers/lh_chroot_local-packageslists')
-rwxr-xr-x | helpers/lh_chroot_local-packageslists | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_chroot_local-packageslists b/helpers/lh_chroot_local-packageslists index ed914ab..3e814f6 100755 --- a/helpers/lh_chroot_local-packageslists +++ b/helpers/lh_chroot_local-packageslists @@ -53,9 +53,9 @@ then for PACKAGESLIST in config/chroot_local-packageslists/* do - # Copying package list - grep -v "^#" "${PACKAGESLIST}" > chroot/root/"`basename ${PACKAGESLIST}`" - + # Generate package list + Expand_packagelist "`basename ${PACKAGESLIST}`" "config/chroot_local-packageslists" "${LH_BASE:-/usr/share/live-helper/lists}/lists" > chroot/root/"`basename ${PACKAGESLIST}`" + # Installing package list case "${LH_APT}" in apt|apt-get) |