[Debian-live-changes] r2329 - dists/trunk/live-helper/helpers

daniel at alioth.debian.org daniel at alioth.debian.org
Sun Jul 1 13:42:36 UTC 2007


Author: daniel
Date: 2007-07-01 13:42:36 +0000 (Sun, 01 Jul 2007)
New Revision: 2329

Modified:
   dists/trunk/live-helper/helpers/lh_binary_syslinux
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_syslinux
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-07-01 12:44:10 UTC (rev 2328)
+++ dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-07-01 13:42:36 UTC (rev 2329)
@@ -251,8 +251,7 @@
 	done
 fi
 
-# Removing '//'
-LINUX_LIVE="`echo ${LINUX_LIVE} | sed -e 's#//#/#g'`"
+LINUX_LIVE="`echo ${LINUX_LIVE} | sed -e 's/binary//g' -e 's#//#/#g'`"
 
 # Assembling debian-installer configuration
 if [ "${LIVE_DEBIAN_INSTALLER}" = "enabled" ]




More information about the Debian-live-changes mailing list