[Lunar-commits] CVS: moonbase/kernel/kernel-headers BUILD,1.2,1.3
Auke Kok
sofar at lunar-linux.org
Sun Nov 14 22:23:00 UTC 2004
Update of /var/cvs/lunar/moonbase/kernel/kernel-headers
In directory espresso.foo-projects.org:/tmp/cvs-serv24912
Modified Files:
BUILD
Log Message:
But this is even better in case the tarballs are missing
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/kernel-headers/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 14 Nov 2004 22:22:17 -0000 1.2
+++ BUILD 14 Nov 2004 22:22:58 -0000 1.3
@@ -1,10 +1,10 @@
(
- # oh yes we do want to do this:
- prepare_install &&
- # Unpack and install both sources
- cd /usr/include &&
if [ -f $SOURCE_CACHE/$SOURCE -a -f $SOURCE_CACHE/$SOURCE2 ] ; then
+ # oh yes we do want to do this:
+ prepare_install &&
+ # Unpack and install both sources
+ cd /usr/include &&
rm -rf asm linux &&
tar -xvjf $SOURCE_CACHE/$SOURCE &&
tar -xvjf $SOURCE_CACHE/$SOURCE2
More information about the Lunar-commits
mailing list