commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue-common setup.py


From: Reinhard Mueller
Subject: gnue-common setup.py
Date: Tue, 23 Sep 2003 10:38:47 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-common
Branch:         
Changes by:     Reinhard Mueller <address@hidden>       03/09/23 10:38:47

Modified files:
        .              : setup.py 

Log message:
        Typos.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/setup.py.diff?tr1=1.63&tr2=1.64&r1=text&r2=text

Patches:
Index: gnue-common/setup.py
diff -c gnue-common/setup.py:1.63 gnue-common/setup.py:1.64
*** gnue-common/setup.py:1.63   Tue Sep 23 10:22:08 2003
--- gnue-common/setup.py        Tue Sep 23 10:38:46 2003
***************
*** 263,269 ****
    # Build the commands to place into the scripts
    # 
---------------------------------------------------------------------------
  
!   def _build_gnue_env (self, path_line, config_line)
      if sys.platform != 'win32':
        gnue_env = \
          "#######\n" \
--- 263,269 ----
    # Build the commands to place into the scripts
    # 
---------------------------------------------------------------------------
  
!   def _build_gnue_env (self, path_line, config_line):
      if sys.platform != 'win32':
        gnue_env = \
          "#######\n" \
***************
*** 307,313 ****
      gnue_env = self._build_gnue_env (path_line, config_line)
  
      for script in self.distribution.scripts:
!       print "building script %s" & script
  
        fin = open(script+".in", "r")
        fout = open(script, "w")
--- 307,313 ----
      gnue_env = self._build_gnue_env (path_line, config_line)
  
      for script in self.distribution.scripts:
!       print "building script %s" % script
  
        fin = open(script+".in", "r")
        fout = open(script, "w")
***************
*** 336,343 ****
--- 336,346 ----
      if self.install_lib in sys.path:
        path_line = ""
      else:
+       sys.path.append (self.install_lib)
        path_line = "import sys\nsys.path.append('%s')\n" % self.install_lib
  
+     self._write_config ()
+ 
      self._check_dependencies ()
  
      self._generate_scripts (path_line, config_line)
***************
*** 385,391 ****
               base_dir = 'install_data',
               copy_to = 'share/man/man1',
               template = ['recursive-include man *.1'],
!              preserve_path = 1),
    Data_Files(
               base_dir = 'install_data',
               copy_to = 'share/doc/gnue-common',
--- 388,394 ----
               base_dir = 'install_data',
               copy_to = 'share/man/man1',
               template = ['recursive-include man *.1'],
!              preserve_path = 0),
    Data_Files(
               base_dir = 'install_data',
               copy_to = 'share/doc/gnue-common',




reply via email to

[Prev in Thread] Current Thread [Next in Thread]