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

Daniel Baumann daniel at alioth.debian.org
Thu Apr 26 13:50:25 UTC 2007


Author: daniel
Date: 2007-04-26 13:50:25 +0000 (Thu, 26 Apr 2007)
New Revision: 1193

Modified:
   dists/trunk/live-helper/helpers/lh_binary_debian-installer
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_debian-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-04-26 13:36:48 UTC (rev 1192)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-04-26 13:50:25 UTC (rev 1193)
@@ -115,12 +115,12 @@
 DEBS="`awk '/Filename: / { print $2 }' Packages`"
 UDEBS="`echo ${DEBS} | grep '.*.udeb'`"
 
-cd binary
+rm -f Packages
 
 for UDEB in ${UDEBS}
 do
-	mkdir -p `dirname ${UDEB}`
-	cd `dirname ${UDEB}`
+	mkdir -p binary/`dirname ${UDEB}`
+	cd binary/`dirname ${UDEB}`
 	wget "${LIVE_MIRROR_BUILD}"/${UDEB}
 	cd -
 done




More information about the Debian-live-changes mailing list