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

daniel at alioth.debian.org daniel at alioth.debian.org
Fri Jun 29 19:26:41 UTC 2007


Author: daniel
Date: 2007-06-29 19:26:41 +0000 (Fri, 29 Jun 2007)
New Revision: 2284

Modified:
   dists/trunk/live-helper/helpers/lh_binary_disk
   dists/trunk/live-helper/helpers/lh_source_disk
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_disk
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_disk	2007-06-29 19:21:46 UTC (rev 2283)
+++ dists/trunk/live-helper/helpers/lh_binary_disk	2007-06-29 19:26:41 UTC (rev 2284)
@@ -56,7 +56,7 @@
 ARCHITECTURE="`echo ${LIVE_ARCHITECTURE} | sed -e 's# #/#g'`"
 DISTRIBUTION="`echo ${LIVE_DISTRIBUTION} | cut -b 1 | tr '[a-z]' '[A-Z]'`"
 DISTRIBUTION="${DISTRIBUTION}`echo ${LIVE_DISTRIBUTION} | cut -b 2-`"
-eval VERSION="$`echo ${VERSION}_${LIVE_DISTRIBUTION}`"
+eval VERSION="$`echo VERSION_${LIVE_DISTRIBUTION}`"
 
 case "${LH_MODE}" in
 	debian)

Modified: dists/trunk/live-helper/helpers/lh_source_disk
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_disk	2007-06-29 19:21:46 UTC (rev 2283)
+++ dists/trunk/live-helper/helpers/lh_source_disk	2007-06-29 19:26:41 UTC (rev 2284)
@@ -56,7 +56,7 @@
 ARCHITECTURE="`echo ${LIVE_ARCHITECTURE} | sed -e 's# #/#g'`"
 DISTRIBUTION="`echo ${LIVE_DISTRIBUTION} | cut -b 1 | tr '[a-z]' '[A-Z]'`"
 DISTRIBUTION="${DISTRIBUTION}`echo ${LIVE_DISTRIBUTION} | cut -b 2-`"
-eval VERSION="$`echo ${VERSION}_${LIVE_DISTRIBUTION}`"
+eval VERSION="$`echo VERSION_${LIVE_DISTRIBUTION}`"
 
 case "${LH_MODE}" in
 	debian)




More information about the Debian-live-changes mailing list