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

daniel at alioth.debian.org daniel at alioth.debian.org
Thu May 24 15:04:16 UTC 2007


Author: daniel
Date: 2007-05-24 15:04:16 +0000 (Thu, 24 May 2007)
New Revision: 1696

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-05-24 14:51:22 UTC (rev 1695)
+++ dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-05-24 15:04:16 UTC (rev 1696)
@@ -104,8 +104,15 @@
 	;;
 
 	usb-hdd|hdd)
-		DESTDIR_LIVE="binary/live"
-		DESTDIR_INSTALL="binary/install"
+		# Workaround for syslinux (<< 3.36) which doesn't support long file/path names
+		if [ "${LIVE_DISTRIBUTION}" = "etch" ] || [ "${LIVE_DISTRIBUTION}" = "lenny" ]
+		then
+			DESTDIR_LIVE="binary"
+			DESTDIR_INSTALL="binary"
+		else
+			DESTDIR_LIVE="binary/live"
+			DESTDIR_INSTALL="binary/install"
+		fi
 		;;
 esac
 




More information about the Debian-live-changes mailing list