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

daniel at alioth.debian.org daniel at alioth.debian.org
Fri Jun 15 18:49:56 UTC 2007


Author: daniel
Date: 2007-06-15 18:49:56 +0000 (Fri, 15 Jun 2007)
New Revision: 2107

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-06-15 18:45:47 UTC (rev 2106)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-06-15 18:49:56 UTC (rev 2107)
@@ -236,8 +236,8 @@
 done
 
 # Excluding udebs
-grep -v "^#" ${LH_BASE:-/usr/share/live-helper}/data/debian-cd/"${LIVE_ARCHITECTURE}"-exclude-udebs > exclude
-grep -v "^#" ${LH_BASE:-/usr/share/live-helper}/data/debian-cd/"${LIVE_ARCHITECTURE}"-exclude-udebs-${LIVE_ARCHITECTURE} >> exclude
+grep -v "^#" ${LH_BASE:-/usr/share/live-helper}/data/debian-cd/"${LIVE_DISTRIBUTION}"/"${LIVE_ARCHITECTURE}"-exclude-udebs > exclude
+grep -v "^#" ${LH_BASE:-/usr/share/live-helper}/data/debian-cd/"${LIVE_DISTRIBUTION}"/"${LIVE_ARCHITECTURE}"-exclude-udebs-${LIVE_ARCHITECTURE} >> exclude
 
 for EXCLUDE in `cat exclude`
 do




More information about the Debian-live-changes mailing list