diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-01 17:52:12 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:28 +0100 |
commit | 34683dc5e63f0afb095aa941ecc8a636abf4e6da (patch) | |
tree | 7615f4a98a43e3c9b5075441d4fbd0a3f1da9df6 /helpers | |
parent | 86a090e029bbe7cdf2783153c69dd2502c1f0413 (diff) | |
download | vyos-live-build-34683dc5e63f0afb095aa941ecc8a636abf4e6da.tar.gz vyos-live-build-34683dc5e63f0afb095aa941ecc8a636abf4e6da.zip |
Corrected wrong path, thanks to Ben Armstrong <synrg@debian.org>.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_local-packageslists | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_local-packageslists b/helpers/lh_binary_local-packageslists index 45cd3091b..7355174ba 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 }')" |