Changeset 69

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

I'm an idiot. If this doesn't work I'm explicitly adding the path for the python executable

Files:

Legend:

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

    r68 r69  
    11Package: macathena-add 
    22Version: 56 
    3 Revision: 2 
     3Revision: 3 
    44Source: http://macathena.mit.edu/dist/add-svn%v.tar.gz 
    55Maintainer: SIPB MacAthena Project <sipb-macathena@mit.edu> 
     
    1212PatchScript: sed -i ".bak" -e 's|@FINKPREFIX@|%p|g' setup.py macathena-add.sh macathena-add.csh attach-add.py 
    1313CompileScript: << 
    14         mkdir -p %i/lib/python2.5/site-packages 
    1514        python2.5 setup.py build 
    1615<< 
    1716InstallScript: << 
     17        mkdir -p %i/lib/python2.5/site-packages 
    1818        python2.5 setup.py install --root=%d 
    1919<<