Skip to content

Commit

Permalink
python modules added to Python 2.7 path
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrosa committed Aug 28, 2012
1 parent d020c48 commit 3af7fdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ install-python:
install -d $(D)/usr/lib/python2.6/lib-dynload
install -m 644 src/common/crossepg.py $(D)/usr/lib/python2.6
install -m 644 bin/_crossepg.so $(D)/usr/lib/python2.6/lib-dynload
install -d $(D)/usr/lib/python2.7/lib-dynload
install -m 644 src/common/crossepg.py $(D)/usr/lib/python2.7
install -m 644 bin/_crossepg.so $(D)/usr/lib/python2.7/lib-dynload

install-python-qboxhd:
install -d $(D)/usr/local/lib/python2.6/lib-dynload
Expand Down

0 comments on commit 3af7fdc

Please sign in to comment.