[Glibc-bsd-commits] r2672 - trunk/web/cdscripts

Aurelien Jarno aurel32 at alioth.debian.org
Sun Jul 26 14:54:35 UTC 2009


Author: aurel32
Date: 2009-07-26 14:54:34 +0000 (Sun, 26 Jul 2009)
New Revision: 2672

Modified:
   trunk/web/cdscripts/tarball.sh
Log:
Allow to add local debs



Modified: trunk/web/cdscripts/tarball.sh
===================================================================
--- trunk/web/cdscripts/tarball.sh	2009-07-25 11:06:42 UTC (rev 2671)
+++ trunk/web/cdscripts/tarball.sh	2009-07-26 14:54:34 UTC (rev 2672)
@@ -39,6 +39,11 @@
   cp native-install ${tmp}/
 fi
 
+# copy localdebs into the directory tree
+if test -d localdebs ; then
+  cp localdebs/* ${tmp}/var/cache/apt/archives/
+fi
+
 # having dialog pre-installed makes it a bit prettier
 for i in dialog libncursesw5 ; do
   dpkg --extract ${tmp}/var/cache/apt/archives/${i}_*.deb ${tmp}/




More information about the Glibc-bsd-commits mailing list