[Lunar-commits] CVS: moonbase/x11/NVIDIA PRE_BUILD,1.3,1.4

Veerappan watryac04 at lunar-linux.org
Tue Jul 6 16:49:42 GMT 2004


Update of /var/cvs/lunar/moonbase/x11/NVIDIA
In directory dbguin.lunar-linux.org:/tmp/cvs-serv27332

Modified Files:
	PRE_BUILD 
Log Message:
This has been bugging me for a while.  Remove the source directory if it 
exists before we try to run the extraction of the NVIDIA sources...  if 
we don't, and it exists, the extract fails...


Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11/NVIDIA/PRE_BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- PRE_BUILD	5 Jan 2004 16:31:26 -0000	1.3
+++ PRE_BUILD	6 Jul 2004 16:49:40 -0000	1.4
@@ -1,6 +1,6 @@
 (
 #default_pre_build    &&
 cd $BUILD_DIRECTORY  &&
-
+rm -rf $SOURCE_DIRECTORY &&
 sh $SOURCE_CACHE/$MODULE-Linux-x86-$VERSION-pkg1.run --extract-only
 )



More information about the Lunar-commits mailing list