Update of /cvsroot/tmda/tmda/contrib/cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv29147

Modified Files:
        compile 
Log Message:
Removed test to see if tmda-cgi.py is present.  This was messing up the RPM.


Index: compile
===================================================================
RCS file: /cvsroot/tmda/tmda/contrib/cgi/compile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- compile     14 Dec 2002 01:42:38 -0000      1.4
+++ compile     14 Dec 2002 06:07:00 -0000      1.5
@@ -115,12 +115,7 @@
     Perm = 0755
     Mode = "no-su"
 
-# Validate path
 Path = os.path.abspath(Path)
-Temp = os.path.join(Path, "tmda-cgi.py")
-if not os.path.isfile(Temp):
-  print "Error: Could not locate %s" % Temp
-  sys.exit(1)
 
 # Create dirs.h
 F = open("dirs.h", "w")

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs

Reply via email to