Changeset 75

Show
Ignore:
Timestamp:
01/27/08 05:25:14 (16 years ago)
Author:
broder
Message:

If macathena-add and macathena-attach had problems with paths not existing (see #3), then pyhesiodfs probably will too. Also, if things are working right, this should fix #4

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/fink/main/finkinfo/pyhesiodfs.info

    r74 r75  
    1717InstallScript: << 
    1818        mkdir %d/mit 
     19        mkdir -p %d/bin 
     20        mkdir -p %i/lib/python2.5/site-packages 
    1921        python2.5 setup.py install --root=%d 
    2022<<