fix lh_chroot_sources to actually install *.deb from config/chroot_sources

This commit is contained in:
Alex Owen 2007-10-14 22:37:49 +01:00 committed by Otavio Salvador
parent b01e3ff769
commit c71e0d5517
1 changed files with 1 additions and 1 deletions

View File

@ -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