Changeset 901

Show
Ignore:
Timestamp:
10/13/07 08:26:32
Author:
dokai
Message:

Pass in the path to the custom mapscript location.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • buildout/pcl.buildout/trunk/buildout-deb.cfg

    r899 r901  
    3030 
    3131[interpreter] 
    32 recipe = zc.recipe.egg 
     32recipe = zc.recipe.egg:scripts 
    3333eggs = 
    3434    PCL-Core 
     
    4141    zope.interface 
    4242interpreter = python 
     43extra-paths = ${mapserver:location}/lib/python2.4/site-packages 
    4344 
    4445[mapserver]