[SCM] debian-live/live-helper branch, master, updated. 1.0_a27-1-30-gf661dd2

Daniel Baumann daniel at debian.org
Sat Sep 15 12:21:47 UTC 2007


The branch, master has been updated
       via  f661dd2636157610f6b4a5c93c70639cac0836d8 (commit)
      from  fe9f0bd0a6ea7d8a942d8a4a61f2eff783f27612 (commit)


- Shortlog ------------------------------------------------------------
f661dd2 helpers/lh_binary_debian-installer

Summary of changes:
 helpers/lh_binary_debian-installer |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit f661dd2636157610f6b4a5c93c70639cac0836d8
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Sep 15 14:21:41 2007 +0200

    helpers/lh_binary_debian-installer
    
      * Do not create symlinks on usb-hdd images.

diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer
index 7145043..35d6b6b 100755
--- a/helpers/lh_binary_debian-installer
+++ b/helpers/lh_binary_debian-installer
@@ -420,7 +420,10 @@ do
 	ln -s ${LH_DISTRIBUTION} binary/dists/${DISTRIBUTION}
 done
 
-ln -s . binary/debian
+if [ "${LH_BINARY_IMAGES}" != "usb-hdd" ]
+then
+	ln -s . binary/debian
+fi
 
 # Creating stage file
 Create_stagefile .stage/binary_debian-installer

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list