[Debian-live-changes] r2378 - dists/trunk/live-helper/helpers
otavio at alioth.debian.org
otavio at alioth.debian.org
Tue Jul 3 00:06:07 UTC 2007
Author: otavio
Date: 2007-07-03 00:06:06 +0000 (Tue, 03 Jul 2007)
New Revision: 2378
Modified:
dists/trunk/live-helper/helpers/lh_binary_syslinux
Log:
Forgot the installer ones.
Modified: dists/trunk/live-helper/helpers/lh_binary_syslinux
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_syslinux 2007-07-03 00:01:17 UTC (rev 2377)
+++ dists/trunk/live-helper/helpers/lh_binary_syslinux 2007-07-03 00:06:06 UTC (rev 2378)
@@ -92,8 +92,8 @@
APPEND="${4}"
# pxelinux and syslinux << 3.36 lacks support to file/path
- DIRECTORY="/`basename ${DESTDIR_INSTALL}`"
- if [ "${LIVE_BINARY_IMAGES}" != "net" ] && [ "${DIRECTORY}" != "/binary" ]
+ DIRECTORY="`basename ${DESTDIR_INSTALL}`"
+ if [ "${LIVE_BINARY_IMAGES}" != "net" ] && [ "${DIRECTORY}" != "binary" ]
then
KERNEL="${DIRECTORY}/${KERNEL}"
INITRD="${DIRECTORY}/${INITRD}"
More information about the Debian-live-changes
mailing list