Changeset 71

Show
Ignore:
Timestamp:
01/25/08 22:18:57 (16 years ago)
Author:
broder
Message:

Making the directory /before/ Python tries to write to it is probably a good idea

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/fink/main/finkinfo/macathena-attach.info

    r70 r71  
    1414<< 
    1515InstallScript: << 
     16        mkdir -p %i/lib/python2.5/site-packages 
    1617        python2.5 setup.py install --root=%d 
    1718        mkdir -p %d/bin 
    18         mkdir -p %i/lib/python2.5/site-packages 
    1919        ln -s %p/bin/attach %d/bin/attach 
    2020<<