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

daniel at alioth.debian.org daniel at alioth.debian.org
Sat Jun 16 13:31:17 UTC 2007


Author: daniel
Date: 2007-06-16 13:31:16 +0000 (Sat, 16 Jun 2007)
New Revision: 2115

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:28:37 UTC (rev 2114)
+++ dists/trunk/live-helper/helpers/lh_binary_live-installer	2007-06-16 13:31:16 UTC (rev 2115)
@@ -243,6 +243,12 @@
 	rm -f "${EXCLUDE}"_*.udeb
 done
 
+# Including local udebs
+if ls binary_local-udebs/* &> /dev/null
+then
+	cp binary_local-udebs/*.udeb binary.udeb
+fi
+
 # Moving udebs
 for UDEB in ${UDEBS}
 do




More information about the Debian-live-changes mailing list