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

Diff of /gnue-common/setup-cvs.py

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

revision 1.56 by reinhard, Mon Sep 29 22:33:17 2003 UTC revision 1.57 by reinhard, Tue Sep 30 16:35:19 2003 UTC
# Line 328  newdirs = [BINDIR, CONFDIR, "%s/etc" % C Line 328  newdirs = [BINDIR, CONFDIR, "%s/etc" % C
328             "%s/share" % CONFDIR,                # new             "%s/share" % CONFDIR,                # new
329             "%s/share/gnue" % CONFDIR,             "%s/share/gnue" % CONFDIR,
330             "%s/share/gnue/grpc" % CONFDIR,             "%s/share/gnue/grpc" % CONFDIR,
331             "%s/translations" % CONFDIR ]             "%s/share/gnue/images" % CONFDIR,
332               "%s/share/locale" % CONFDIR ]
333    
334  willInstallDocs = 0  willInstallDocs = 0
335    
# Line 407  rootCommands.append(""" Line 408  rootCommands.append("""
408      ln -s %(CVSDIR)s/gnue-common/etc/sample.* .      ln -s %(CVSDIR)s/gnue-common/etc/sample.* .
409    
410      cd %(CONFDIR)s/shared      cd %(CONFDIR)s/shared
411      rm -rf images filters      rm -rf filters
412      mkdir filters      mkdir filters
     mkdir images  
413    
414      cd %(CONFDIR)s/translations      cd %(CONFDIR)s/share/locale
415      rm -f ?? ??_??      rm -f ?? ??_??
416      ln -s %(CVSDIR)s/gnue-common/translations/?? %(CONFDIR)s/translations/      ln -s %(CVSDIR)s/gnue-common/translations/?? %(CONFDIR)s/share/locale/
417      ln -s %(CVSDIR)s/gnue-common/translations/??_?? %(CONFDIR)s/translations/      ln -s %(CVSDIR)s/gnue-common/translations/??_?? %(CONFDIR)s/share/locale/
418    
419      """ % globals() )      """ % globals() )
420    

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

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