[SCM] Debian Live build scripts branch, master, updated. 1.0.1-1-5-gda5a37f

Chris Lamb lamby at debian.org
Mon Sep 22 19:34:39 UTC 2008


The following commit has been merged in the master branch:
commit da5a37fe9ce17c5d1bda95bc4361884d693578bb
Author: Chris Lamb <lamby at debian.org>
Date:   Mon Sep 22 20:32:32 2008 +0100

    Additionally save the 'scripts/' subdirectory if it contains files when building source images.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/helpers/lh_source_debian-live b/helpers/lh_source_debian-live
index 36638f6..488f913 100755
--- a/helpers/lh_source_debian-live
+++ b/helpers/lh_source_debian-live
@@ -57,6 +57,11 @@ fi
 mkdir -p source/debian-live
 cp -a config source/debian-live
 
+if Find_files scripts/*
+then
+	cp -a scripts source/debian-live
+fi
+
 # Create tarball
 cd source
 

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list