Changeset 645 for trunk

Show
Ignore:
Timestamp:
02/07/08 06:51:41 (10 months ago)
Author:
artem
Message:

don't prepend temp DESTDIT prefix to mapnik_pluigins_dir

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/bindings/python/SConscript

    r633 r645  
    6363 
    6464exp =  r"%s{2,}" % os.sep 
    65 mapnik_plugins_dir  = re.sub(exp,os.sep,env['DESTDIR'] + '/' + env['PREFIX'] + '/'+env['LIBDIR_SCHEMA']+'/mapnik') 
     65mapnik_plugins_dir  = re.sub(exp,os.sep, env['PREFIX'] + '/'+env['LIBDIR_SCHEMA']+'/mapnik') 
    6666file('mapnik/paths.py','w').write(paths % (mapnik_plugins_dir,)) 
    6767