diff options
author | lloyd <[email protected]> | 2009-10-09 18:48:11 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-09 18:48:11 +0000 |
commit | ebfa4f1f5d07857b1c000f36c8f8cea0984db121 (patch) | |
tree | c390ac5204d1e1238ede6c2d6e5437e6a0992fb0 /src/build-data/makefile | |
parent | 43d6a9673f7bbf962ef6075e4268caa44f03a798 (diff) |
Fix python install target. Add CryptoBox wrapper plus an example
Diffstat (limited to 'src/build-data/makefile')
-rw-r--r-- | src/build-data/makefile/python.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/makefile/python.in b/src/build-data/makefile/python.in index ee95f8d78..9658c70ce 100644 --- a/src/build-data/makefile/python.in +++ b/src/build-data/makefile/python.in @@ -2,7 +2,7 @@ CXX = g++ PYTHON_ROOT = /usr/lib/python%{python_version}/config PYTHON_INC = -I/usr/include/python%{python_version} -PYTHON_SITE_PACKAGE_DIR = /tmp/usr/lib/python%{python_version}/site-packages/ +PYTHON_SITE_PACKAGE_DIR = /usr/lib/python%{python_version}/site-packages/ PYTHON_FLAGS = -Isrc/wrap/python -Os -fPIC -ftemplate-depth-255 -Wall -Wno-unused $(PYTHON_INC) |