/[papo]/gnue/setup-cvs.py
ViewVC logotype

Diff of /gnue/setup-cvs.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by styxman, Fri Nov 8 17:08:28 2002 UTC revision 1.5 by styxman, Fri Nov 8 17:34:30 2002 UTC
# Line 290  if DB2HTML: Line 290  if DB2HTML:
290  else:  else:
291    print "Cannot generate documentation, could not find db2html in path\n";    print "Cannot generate documentation, could not find db2html in path\n";
292    
293    ######### fixing bugs created by changed installer ###########
294    # remove "%s/shared/grpc" % CONFDIR link
295    if os.path.islink("%s/shared/grpc" % CONFDIR):
296      rootCommands.append("rm %s/shared/grpc" % CONFDIR)
297    
298    # remove "%s/shared/grpc" % CVSDIR link
299    if os.path.islink("%s/appserver/grpc/GEAS.grpc" % CVSDIR):
300      rootCommands.append("rm %s/appserver/grpc/GEAS.grpc" % CVSDIR)
301    ##############################################################
302    
303  for dir in newdirs:  for dir in newdirs:
304    rootCommands.append("if [ ! -d %s ]; then mkdir %s; fi" % (dir,dir))    rootCommands.append("if [ ! -d %s ]; then mkdir %s; fi" % (dir,dir))

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26