Changeset 147

Show
Ignore:
Timestamp:
08/23/07 17:21:13 (1 year ago)
Author:
dsmith
Message:

fixed libdir install bug (#42)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r143 r147  
     12007-08-23 L. Donnie Smith <cwiid@abstrakraft.org> 
     2        python 
     3        * fixed libdir install bug 
     4 
    152007-08-14 L. Donnie Smith <cwiid@abstrakraft.org> 
    26        libcwiid 
  • trunk/python/Makefile.in

    r137 r147  
    1111 
    1212install: 
    13         $(PYTHON) setup.py install --prefix=${prefix} $(SET_ROOT_DIR) 
     13        $(PYTHON) setup.py install --install-lib=${libdir}/python@PYTHON_VERSION@/site-packages $(SET_ROOT_DIR) 
    1414 
    1515uninstall: 
    16         rm -f $(ROOTDIR)${prefix}/lib/python@PYTHON_VERSION@/site-packages/cwiid.so 
     16        rm -f $(ROOTDIR)${libdir}/python@PYTHON_VERSION@/site-packages/cwiid.so 
    1717 
    1818clean: