[Debian-live-changes] r1698 - dists/trunk/live-helper/helpers
daniel at alioth.debian.org
daniel at alioth.debian.org
Thu May 24 15:17:49 UTC 2007
Author: daniel
Date: 2007-05-24 15:17:49 +0000 (Thu, 24 May 2007)
New Revision: 1698
Modified:
dists/trunk/live-helper/helpers/lh_binary_linux-image
Log:
Modified: dists/trunk/live-helper/helpers/lh_binary_linux-image
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_linux-image 2007-05-24 15:11:40 UTC (rev 1697)
+++ dists/trunk/live-helper/helpers/lh_binary_linux-image 2007-05-24 15:17:49 UTC (rev 1698)
@@ -63,11 +63,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