[SCM] debian-live/live-helper branch, master, updated. 1.0_a34-1-7-ga0fcb11

Daniel Baumann daniel at debian.org
Thu Nov 1 16:52:36 UTC 2007


The branch, master has been updated
       via  a0fcb117a0a61cd23d31c9b68f43039d279fb87c (commit)
      from  b2068cd6914c9b766756b6921e9ae59bfd9e4429 (commit)


- Shortlog ------------------------------------------------------------
a0fcb11 Corrected wrong path, thanks to Ben Armstrong <synrg at debian.org>.

Summary of changes:
 helpers/lh_binary_local-packageslists |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit a0fcb117a0a61cd23d31c9b68f43039d279fb87c
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Nov 1 17:52:12 2007 +0100

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

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 }')"
 

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list