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

Daniel Baumann daniel at alioth.debian.org
Tue May 1 15:13:05 UTC 2007


Author: daniel
Date: 2007-05-01 15:13:05 +0000 (Tue, 01 May 2007)
New Revision: 1212

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-05-01 14:19:34 UTC (rev 1211)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-05-01 15:13:05 UTC (rev 1212)
@@ -139,7 +139,7 @@
 then
 	for FILE in cache/packages_bootstrap/*.deb
 	do
-		SOURCE="`basename ${FILE} | awk -F_ '{ print $1 }'`"
+		SOURCE="`dpkg -I ${FILE} | awk '/Source: / { print $2 }'`"
 
 		case "${SOURCE}" in
 			lib?*)




More information about the Debian-live-changes mailing list