[Debian-live-changes] r1009 - dists/trunk/live-helper/helpers
    Daniel Baumann 
    daniel at alioth.debian.org
       
    Tue Apr 10 14:54:59 UTC 2007
    
    
  
Author: daniel
Date: 2007-04-10 14:54:57 +0000 (Tue, 10 Apr 2007)
New Revision: 1009
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-04-10 12:18:05 UTC (rev 1008)
+++ dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-04-10 14:54:57 UTC (rev 1009)
@@ -109,14 +109,14 @@
 		i386)
 			DESTDIR="${DESTDIR}.386"
 			;;
-esac
+	esac
 fi
 
 # Creating directory
 if [ ! -d "${DESTDIR}" ]
 then
 	mkdir -p "${DESTDIR}"
-i
+fi
 
 # Setting boot parameters
 if [ -n "${LIVE_ENCRYPTION}" ]
@@ -127,7 +127,7 @@
 if [ -n "${LIVE_USERNAME}" ]
 then
 	LIVE_BOOTAPPEND="${LIVE_BOOTAPPEND} username=${LIVE_USERNAME}"
-i
+fi
 
 if [ -n "${LIVE_HOSTNAME}" ]
 then
    
    
More information about the Debian-live-changes
mailing list