Thrift: Python libraries install into /usr, not /usr/local
authorDavid Reiss <dreiss@apache.org>
Wed, 29 Aug 2007 23:17:32 +0000 (23:17 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 29 Aug 2007 23:17:32 +0000 (23:17 +0000)
commitaea19c9d65a7a70770fbcc25a81579575382c40d
tree780993ec08e7ec878077a2ddbc6757a64663f9bd
parent6868eae42a889f002da365bd1bf538dae748ace9
Thrift: Python libraries install into /usr, not /usr/local

Summary:
It seems like the Python convention is that random janky libraries
are installed in /usr/lib/pythonX.Y/site-packages.  This patch follows
that convention, even though it is pretty gross to ignore --prefix.

Reviewed By: mcslee

Test Plan: make install thrift python libs on my box.

Revert Plan: ok

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665233 13f79535-47bb-0310-9956-ffa450edef68
README
lib/py/Makefile.am