Allow fallback to chroot_package-lists inside binary lists
Without this, a modified version of the (say) "gnome" list inside chroot_package-lists would be completely ignored when installing binary packagelists.
This commit is contained in:
parent
efa7c76589
commit
ac27ecc2e0
|
@ -51,7 +51,7 @@ then
|
|||
for PACKAGESLIST in config/binary_local-packageslists/*
|
||||
do
|
||||
# Generate package list
|
||||
Expand_packagelist "${PACKAGESLIST}" "config/binary_local-packageslists" > chroot/root/"$(basename ${PACKAGESLIST})"
|
||||
Expand_packagelist "${PACKAGESLIST}" "config/binary_local-packageslists" "config/chroot_local-packageslists" > chroot/root/"$(basename ${PACKAGESLIST})"
|
||||
|
||||
# Downloading additional packages
|
||||
Chroot "xargs --arg-file=/root/$(basename ${PACKAGESLIST}) apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb --download-only install"
|
||||
|
|
Loading…
Reference in New Issue