[Lunar-commits] r14999 - lunar-iso/trunk/scripts
Auke Kok
sofar at lunar-linux.org
Tue May 24 20:18:10 UTC 2005
Author: sofar
Date: 2005-05-24 20:18:09 +0000 (Tue, 24 May 2005)
New Revision: 14999
Modified:
lunar-iso/trunk/scripts/cachefill
Log:
I'm starting the i386 version of the ISO here.... BTW
Modified: lunar-iso/trunk/scripts/cachefill
===================================================================
--- lunar-iso/trunk/scripts/cachefill 2005-05-24 19:42:58 UTC (rev 14998)
+++ lunar-iso/trunk/scripts/cachefill 2005-05-24 20:18:09 UTC (rev 14999)
@@ -23,7 +23,7 @@
for mod in $(cat conf/sources.list conf/sources.list-${ISO_KSUFFIX} conf/base.list conf/base.list-${ISO_KSUFFIX} conf/extended.list) ; do
for file in $(lvu sources $mod) ; do
if [ ! -f ${ISO_SOURCE}/spool/$file ] ; then
- echo -e "\n# /var/spool/lunar/$file"
+ echo -e "# /var/spool/lunar/$file"
cp -p /var/spool/lunar/$file ${ISO_SOURCE}/spool/ || RESULT=1
fi
done
More information about the Lunar-commits
mailing list