[Lunar-commits] CVS: lunar-iso/scripts proper,1.8,1.9
Auke Kok
sofar at lunar-linux.org
Sat Apr 23 21:45:19 UTC 2005
Update of /var/cvs/lunar/lunar-iso/scripts
In directory espresso.foo-projects.org:/tmp/cvs-serv13668
Modified Files:
proper
Log Message:
The kernel sources got left out.
Index: proper
===================================================================
RCS file: /var/cvs/lunar/lunar-iso/scripts/proper,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- proper 27 Mar 2005 16:49:31 -0000 1.8
+++ proper 23 Apr 2005 21:45:16 -0000 1.9
@@ -22,7 +22,7 @@
echo "+ wiping sources"
rm -f $ISO_TARGET/var/spool/lunar/*
-for mod in $(cat ${ISO_SOURCE}/conf/sources.list) ; do
+for mod in $(cat ${ISO_SOURCE}/conf/sources.list ${ISO_SOURCE}/conf/sources.list-$ISO_KSUFFIX) ; do
for file in $(lvu sources $mod) ; do
echo -n "."
if [ -f ${ISO_SOURCE}/spool/$file ] ; then
More information about the Lunar-commits
mailing list