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

Diff of /gnue-common/setup.py

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

revision 1.66 by reinhard, Thu Sep 25 13:34:59 2003 UTC revision 1.67 by reinhard, Thu Sep 25 14:56:50 2003 UTC
# Line 169  class gnue_install (install): Line 169  class gnue_install (install):
169    def _write_config (self):    def _write_config (self):
170    
171      output = open ("module/base/paths.py", "w")      output = open ("module/base/paths.py", "w")
     output.write ("""\  
 # GNU Enterprise file path setup  
 #  
 # Copyright 2001-2003 Free Software Foundation  
 #  
 # This file is part of GNU Enterprise.  
 #  
 # GNU Enterprise is free software; you can redistribute it  
 # and/or modify it under the terms of the GNU General Public  
 # License as published by the Free Software Foundation; either  
 # version 2, or (at your option) any later version.  
 #  
 # GNU Enterprise is distributed in the hope that it will be  
 # useful, but WITHOUT ANY WARRANTY; without even the implied  
 # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR  
 # PURPOSE. See the GNU General Public License for more details.  
 #  
 # You should have received a copy of the GNU General Public  
 # License along with program; see the file COPYING. If not,  
 # write to the Free Software Foundation, Inc., 59 Temple Place  
 # - Suite 330, Boston, MA 02111-1307, USA.  
 """)  
     output.write ("\n")  
172      output.write ("# This file was generated during installation.\n")      output.write ("# This file was generated during installation.\n")
173      output.write ("\n")      output.write ("\n")
174      output.write ("lib = \"%s\"\n" % self.install_lib)      output.write ("lib = \"%s\"\n" % self.install_lib)

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

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