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

daniel at alioth.debian.org daniel at alioth.debian.org
Sat Jun 16 13:49:33 UTC 2007


Author: daniel
Date: 2007-06-16 13:49:33 +0000 (Sat, 16 Jun 2007)
New Revision: 2120

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


Modified: dists/trunk/live-helper/helpers/lh_binary_live-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_live-installer	2007-06-16 13:38:51 UTC (rev 2119)
+++ dists/trunk/live-helper/helpers/lh_binary_live-installer	2007-06-16 13:49:33 UTC (rev 2120)
@@ -254,9 +254,9 @@
 done
 
 # Including local udebs
-if ls config/binary_local-udebs/* &> /dev/null
+if ls ../config/binary_local-udebs/* &> /dev/null
 then
-	for FILE in config/binary_local-udebs/*.udeb
+	for FILE in ../config/binary_local-udebs/*.udeb
 	do
 		SOURCE="`dpkg -f ${FILE} Source | awk '{ print $1 }'`"
 




More information about the Debian-live-changes mailing list