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

matth-guest at alioth.debian.org matth-guest at alioth.debian.org
Sun Jul 1 09:53:05 UTC 2007


Author: matth-guest
Date: 2007-07-01 09:53:05 +0000 (Sun, 01 Jul 2007)
New Revision: 2314

Modified:
   dists/trunk/live-helper/helpers/lh_binary_syslinux
Log:
add missing "/" in install path


Modified: dists/trunk/live-helper/helpers/lh_binary_syslinux
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-07-01 04:53:55 UTC (rev 2313)
+++ dists/trunk/live-helper/helpers/lh_binary_syslinux	2007-07-01 09:53:05 UTC (rev 2314)
@@ -94,7 +94,7 @@
 	# pxelinux and syslinux << 3.36 lacks support to file/path
 	if [ "${LIVE_BINARY_IMAGES}" != "net" ] && [ "${DIRECTORY}" != "binary" ]
 	then
-		DIRECTORY="`basename ${DESTDIR_INSTALL}`"
+		DIRECTORY="/`basename ${DESTDIR_INSTALL}`"
 		KERNEL="${DIRECTORY}/${KERNEL}"
 		INITRD="${DIRECTORY}/${INITRD}"
 	fi




More information about the Debian-live-changes mailing list