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 Daniel Baumann
parent eb1e09d9e9
commit 2ea3db43de
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