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

Daniel Baumann daniel at alioth.debian.org
Tue Apr 3 23:34:29 UTC 2007


Author: daniel
Date: 2007-04-03 23:34:29 +0000 (Tue, 03 Apr 2007)
New Revision: 934

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


Modified: dists/trunk/live-helper/helpers/lh_binary_grub
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_grub	2007-04-03 20:06:57 UTC (rev 933)
+++ dists/trunk/live-helper/helpers/lh_binary_grub	2007-04-03 23:34:29 UTC (rev 934)
@@ -55,10 +55,10 @@
 		if [ -d ../"${LIVE_TEMPLATES}" ]
 		then
 			LIVE_TEMPLATES="../${LIVE_TEMPLATES}"
+		else
+			Echo_error "user specified templates not accessible in ${LIVE_TEMPLATES}"
+			exit 1
 		fi
-	else
-		Echo_error "user specified templates not accessible in ${LIVE_TEMPLATES}"
-		exit 1
 	fi
 
 	if [ ! -f chroot/usr/sbin/grub ]

Modified: dists/trunk/live-helper/helpers/lh_binary_includes
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_includes	2007-04-03 20:06:57 UTC (rev 933)
+++ dists/trunk/live-helper/helpers/lh_binary_includes	2007-04-03 23:34:29 UTC (rev 934)
@@ -46,10 +46,10 @@
 	if [ -d ../"${LIVE_INCLUDES}" ]
 	then
 		LIVE_INCLUDES="../${LIVE_INCLUDES}"
+	else
+		Echo_error "user specified includes not accessible in ${LIVE_INCLUDES}"
+		exit 1
 	fi
-else
-	Echo_error "user specified templates not accessible in ${LIVE_INCLUDES}"
-	exit 1
 fi
 
 if ls "${LIVE_INCLUDES}"/common/* &> /dev/null

Modified: dists/trunk/live-helper/helpers/lh_binary_syslinux
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-04-03 20:06:57 UTC (rev 933)
+++ dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-04-03 23:34:29 UTC (rev 934)
@@ -55,10 +55,10 @@
 		if [ -d ../"${LIVE_TEMPLATES}" ]
 		then
 			LIVE_TEMPLATES="../${LIVE_TEMPLATES}"
+		else
+			Echo_error "user specified templates not accessible in ${LIVE_TEMPLATES}"
+			exit 1
 		fi
-	else
-		Echo_error "user specified templates not accessible in ${LIVE_TEMPLATES}"
-		exit 1
 	fi
 
 	if [ ! -f chroot/usr/bin/syslinux ]




More information about the Debian-live-changes mailing list