[Lunar-commits] r14663 - lunar-iso/trunk/scripts

Auke Kok sofar at lunar-linux.org
Sun May 8 14:17:09 UTC 2005


Author: sofar
Date: 2005-05-08 14:17:05 +0000 (Sun, 08 May 2005)
New Revision: 14663

Modified:
   lunar-iso/trunk/scripts/aaa_base
Log:
Typo.


Modified: lunar-iso/trunk/scripts/aaa_base
===================================================================
--- lunar-iso/trunk/scripts/aaa_base	2005-05-08 14:10:38 UTC (rev 14662)
+++ lunar-iso/trunk/scripts/aaa_base	2005-05-08 14:17:05 UTC (rev 14663)
@@ -48,7 +48,7 @@
 	-e "^/var/lib/" \
 	-e "^/var/run/"  > $ISO_TARGET/.present
 # add the kernel includes as well
-find $ISO_TARGET/usr/include/{linux,asm} | sed "s:^$ISO_TARGET::g" >> > $ISO_TARGET/.present
+find $ISO_TARGET/usr/include/{linux,asm} | sed "s:^$ISO_TARGET::g" >> $ISO_TARGET/.present
 # add the install logs
 cat $ISO_TARGET/var/log/lunar/install/* | sort | uniq > $ISO_TARGET/.tracked
 diff -Bad $ISO_TARGET/.present $ISO_TARGET/.tracked | grep -e "^< " | cut -c 3- > $ISO_TARGET/.aaa_base.list



More information about the Lunar-commits mailing list