[SCM] debian-live branch, master, updated. 1.0.0-2-16-g1c25a40

Daniel Baumann daniel at debian.org
Sun Sep 7 20:02:25 UTC 2008


The following commit has been merged in the master branch:
commit db9d71a22ddf6f17fe310dd6f94cce23454414fe
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sun Sep 7 13:49:11 2008 +0100

    Use cp's "-T" option instead of shell globbing to ensure dotfiles in the binary image's / are copied.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/helpers/lh_binary_usb-hdd b/helpers/lh_binary_usb-hdd
index 71a9927..0b4663d 100755
--- a/helpers/lh_binary_usb-hdd
+++ b/helpers/lh_binary_usb-hdd
@@ -195,7 +195,7 @@ esac
 
 mkdir -p chroot/binary.tmp
 ${LH_ROOT_COMMAND} mount ${FREELO} chroot/binary.tmp
-cp -r ${CP_OPTIONS} binary/* chroot/binary.tmp
+cp -r -T ${CP_OPTIONS} binary/ chroot/binary.tmp
 
 FIXME()
 {

-- 
debian-live



More information about the debian-live-changes mailing list