Show
Ignore:
Timestamp:
08/24/07 00:21:13 (5 years ago)
Author:
dsmith <dsmith@…>
git-author:
L. Donnie Smith <donnie.smith@gatech.edu> / 2007-08-24T00:21:13Z+0000
Parents:
1f9dd8c8de2bc38d5c4869baf313a732feb248ad
Children:
54fb58a00d8674801e1daddd5d54936f127d5e2c
git-committer:
dsmith <dsmith@918edb2d-ff29-0410-9de2-eb38e7f22bc7> / 2007-08-24T00:21:13Z+0000
Message:

fixed libdir install bug (#42)

git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@147 918edb2d-ff29-0410-9de2-eb38e7f22bc7

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • python/Makefile.in

    r8dfafdd r20376e4  
    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: