Changeset 20376e4b7b0597adb99cdb8b86480d1c37134839

Show
Ignore:
Timestamp:
08/24/07 00:21:13 (6 years ago)
Author:
dsmith <dsmith@…>
Children:
54fb58a00d8674801e1daddd5d54936f127d5e2c
Parents:
1f9dd8c8de2bc38d5c4869baf313a732feb248ad
git-author:
L. Donnie Smith <donnie.smith@…> (08/24/07 00:21:13)
git-committer:
dsmith <dsmith@…> (08/24/07 00:21:13)
Message:

fixed libdir install bug (#42)

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

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r3c99e2c r20376e4  
     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 
  • 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: