[Lunar-commits] CVS: moonbase/kernel/kernel-headers-2.6 BUILD, 1.1, 1.2

Jaime Buffery nestu at lunar-linux.org
Tue Jun 29 19:50:30 GMT 2004


Update of /var/cvs/lunar/moonbase/kernel/kernel-headers-2.6
In directory dbguin.lunar-linux.org:/tmp/cvs-serv5102

Modified Files:
	BUILD 
Log Message:
Add scsi to the installed dirs


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/kernel-headers-2.6/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	26 Feb 2004 19:50:36 -0000	1.1
+++ BUILD	29 Jun 2004 19:50:28 -0000	1.2
@@ -1,7 +1,7 @@
 (
     cd /usr/include/
     
-    for dir in asm linux
+    for dir in asm linux scsi
     do
 	test -e $dir 2> /dev/null && rm -rf $dir  
     done
@@ -11,7 +11,7 @@
     # asm is a special case, since it is arch specific
     mv asm-i386 asm
     
-    for dir in asm linux  
+    for dir in asm linux scsi  
     do
     
 	cp    -a $dir      /usr/include/



More information about the Lunar-commits mailing list