summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-11-01 17:52:12 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:28 +0100
commit34683dc5e63f0afb095aa941ecc8a636abf4e6da (patch)
tree7615f4a98a43e3c9b5075441d4fbd0a3f1da9df6 /helpers
parent86a090e029bbe7cdf2783153c69dd2502c1f0413 (diff)
downloadlive-build-34683dc5e63f0afb095aa941ecc8a636abf4e6da.zip
live-build-34683dc5e63f0afb095aa941ecc8a636abf4e6da.tar.gz
Corrected wrong path, thanks to Ben Armstrong <synrg@debian.org>.
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_local-packageslists2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_local-packageslists b/helpers/lh_binary_local-packageslists
index 45cd309..7355174 100755
--- a/helpers/lh_binary_local-packageslists
+++ b/helpers/lh_binary_local-packageslists
@@ -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 }')"