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

daniel at alioth.debian.org daniel at alioth.debian.org
Thu May 24 15:18:06 UTC 2007


Author: daniel
Date: 2007-05-24 15:18:06 +0000 (Thu, 24 May 2007)
New Revision: 1699

Modified:
   dists/trunk/live-helper/helpers/lh_binary_memtest
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_memtest
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_memtest	2007-05-24 15:17:49 UTC (rev 1698)
+++ dists/trunk/live-helper/helpers/lh_binary_memtest	2007-05-24 15:18:06 UTC (rev 1699)
@@ -85,11 +85,9 @@
 		# 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"
+			DESTDIR="binary"
 		else
-			DESTDIR_LIVE="binary/live"
-			DESTDIR_INSTALL="binary/install"
+			DESTDIR="binary/live"
 		fi
 		;;
 esac




More information about the Debian-live-changes mailing list