Changeset 127

Show
Ignore:
Timestamp:
06/13/07 21:40:15 (2 years ago)
Author:
dsmith
Message:

added --prefix option to python install script

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r126 r127  
    112007-06-14 L. Donnie Smith <cwiid@abstrakraft.org> 
     2        libcwiid 
    23        * added sleep after cwiid_find_wiimote call 
     4 
     5        python 
     6        * added --prefix option to install script 
    37 
    482007-06-05 L. Donnie Smith <cwiid@abstrakraft.org> 
  • trunk/python/Makefile.in

    r125 r127  
    1313 
    1414install: 
    15         python setup.py install $(SET_ROOT_DIR) 
     15        python setup.py install --prefix=${prefix} $(SET_ROOT_DIR) 
    1616 
    1717uninstall: