Changeset 4367

Show
Ignore:
Timestamp:
03/14/09 21:14:20 (4 years ago)
Author:
gpolo
Message:

Use the current UMIT_MAIN when patching it (this is somewhat a continuation of ticket #241).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/setup.py

    r4366 r4367  
    234234 
    235235    def set_modules_path(self): 
    236         umit = os.path.join(self.install_scripts, "umit") 
     236        umit_name = os.path.split(common.UMIT_MAIN)[1] 
     237        umit = os.path.join(self.install_scripts, umit_name) 
    237238        modules = self.install_lib 
    238239