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

otavio at alioth.debian.org otavio at alioth.debian.org
Sat Jun 16 13:19:44 UTC 2007


Author: otavio
Date: 2007-06-16 13:19:43 +0000 (Sat, 16 Jun 2007)
New Revision: 2113

Modified:
   dists/trunk/live-helper/helpers/lh_binary_debian-installer
Log:
Removed a useless grep since we do not have any deb on udeb Packages.gz file


Modified: dists/trunk/live-helper/helpers/lh_binary_debian-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-06-16 13:03:31 UTC (rev 2112)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-06-16 13:19:43 UTC (rev 2113)
@@ -226,8 +226,7 @@
 gunzip -c Packages.gz > Packages
 
 # Sorting udebs
-DEBS="`awk '/Filename: / { print $2 }' Packages`"
-UDEBS="`echo ${DEBS} | grep '.*.udeb'`"
+UDEBS="`awk '/Filename: / { print $2 }' Packages`"
 
 # Downloading udebs
 for UDEB in ${UDEBS}




More information about the Debian-live-changes mailing list