[Lunar-commits] CVS: theedge/var/lib/lunar/functions depends.lunar, 1.38, 1.39

Auke Kok sofar at lunar-linux.org
Tue May 11 16:10:01 GMT 2004


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv6400

Modified Files:
	depends.lunar 
Log Message:
Bad is when this file is missing and it never gets created...


Index: depends.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/depends.lunar,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- depends.lunar	9 May 2004 12:08:55 -0000	1.38
+++ depends.lunar	11 May 2004 16:09:59 -0000	1.39
@@ -346,7 +346,7 @@
 create_depends_cache() {
   debug_msg "create_depends_cache($@)"
 
-  if [ ! -w $DEPENDS_CACHE ] ; then
+  if [ ! -w $DEPENDS_CACHE -a -e $DEPENDS_CACHE ] ; then
     return 1
   fi
 



More information about the Lunar-commits mailing list