Corrected wrong path, thanks to Ben Armstrong <synrg@debian.org>.

This commit is contained in:
Daniel Baumann 2007-11-01 17:52:12 +01:00
parent b2068cd691
commit a0fcb117a0
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ then
Chroot "xargs --arg-file=/root/$(basename ${PACKAGESLIST}) apt-get -o Dir::Cache=/binary.deb --download-only install --yes"
done
for FILE in binary.deb/archives/*.deb
for FILE in chroot/binary.deb/archives/*.deb
do
SOURCE="$(dpkg -f ${FILE} Source | awk '{ print $1 }')"