[SCM] debian-live/live-helper branch, master, updated. 1.0_a43-1-11-g8f39f47

Chris Lamb chris at chris-lamb.co.uk
Tue Apr 15 20:19:07 UTC 2008


The following commit has been merged in the master branch:
commit 8f39f474b7aa652ffeb19fc80c4a34e8783a0f36
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Tue Apr 15 18:34:02 2008 +0100

    Fix quoting when installing local packages (Closes: #470683)
    
    This was causing problems when building a package and there were binary
    packages in the directory above 'config/'. See [0] and [1] for more info.
    
     [0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463406
     [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476294
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_chroot_local-packages b/helpers/lh_chroot_local-packages
index 953bef7..9c7ed36 100755
--- a/helpers/lh_chroot_local-packages
+++ b/helpers/lh_chroot_local-packages
@@ -59,7 +59,7 @@ then
 	fi
 
 	# Installing packages
-        Chroot "find /root -name *.deb" > chroot/root/local-packages
+        Chroot "find /root -name \\*.deb" > chroot/root/local-packages
 
 	if [ -s chroot/root/local-packages ]
 	then

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list