Changeset 467

Show
Ignore:
Timestamp:
Wed May 21 09:24:06 2008
Author:
giovannibajo
Message:

Fix a problem when using real-time hooks in the crypt branch (where there are two
boostrap scripts: _boot.py and _mountzlib.py).

Files:

Legend:

Unmodified
Added
Removed
Modified
  • branches/crypt/Build.py

    r460 r467  
    227 227         binaries.extend(bindepend.Dependencies(binaries))  
    228 228         self.fixMissingPythonLib(binaries)  
    229           scripts[1:1] = rthooks  
      229         # Add realtime hooks just before the last script (which is  
      230         # the entrypoint of the application).  
      231         scripts[-1:-1] = rthooks  
    230 232         self.scripts = TOC(scripts)  
    231 233         self.pure = TOC(pure)