Changeset 898

Show
Ignore:
Timestamp:
10/13/07 08:01:00
Author:
alexamici
Message:

install the mapstricp module inside the parts/mapscript so it works with both custom and system python

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • buildout/pcl.buildout/trunk/hooks/mapserver.py

    r896 r898  
    8282 
    8383        run('%s -modern -python -o mapscript_wrap.c ../mapscript.i' % options['swig']) 
    84         run('%s setup.py install' % buildout[buildout['buildout']['python']]['executable']
     84        run('%s setup.py install --prefix %s' % (buildout[buildout['buildout']['python']]['executable'], options['location'])
    8585    finally: 
    8686        os.chdir(here)