fix lh_chroot_sources to actually install *.deb from config/chroot_sources
This commit is contained in:
parent
b01e3ff769
commit
c71e0d5517
|
@ -142,7 +142,7 @@ case "${1}" in
|
|||
for PACKAGE in config/chroot_sources/*.deb
|
||||
do
|
||||
cp ${PACKAGE} chroot/root
|
||||
Chroot "dpkg -i $(basename ${PACKAGE})"
|
||||
Chroot "dpkg -i /root/$(basename ${PACKAGE})"
|
||||
rm -f chroot/root/$(basename ${PACKAGE})
|
||||
done
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue