diff options
author | Arvin Schnell <aschnell@suse.de> | 2007-07-24 09:57:58 +0000 |
---|---|---|
committer | Arvin Schnell <aschnell@suse.de> | 2007-07-24 09:57:58 +0000 |
commit | 84b45fc399083c1d77f70b080344a9f68b67179f (patch) | |
tree | 7924f845d0894ebfe39d1afb3e223bcd2b17194a /swig/python | |
parent | af7bd1693171b6929e210e1294e3d72d46440d23 (diff) | |
download | libzypp-bindings-84b45fc399083c1d77f70b080344a9f68b67179f.tar.gz libzypp-bindings-84b45fc399083c1d77f70b080344a9f68b67179f.tar.bz2 libzypp-bindings-84b45fc399083c1d77f70b080344a9f68b67179f.zip |
- fixed path
Diffstat (limited to 'swig/python')
-rw-r--r-- | swig/python/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swig/python/CMakeLists.txt b/swig/python/CMakeLists.txt index 88f1bdd..9d7158d 100644 --- a/swig/python/CMakeLists.txt +++ b/swig/python/CMakeLists.txt @@ -3,9 +3,9 @@ FIND_PACKAGE(PythonLibs REQUIRED) MESSAGE( STATUS "Python include path: ${PYTHON_INCLUDE_PATH}" ) IF(DEFINED LIB) - SET(PYTHON_LIB_PATH "/usr/${LIB}/python2.5/site-package/") + SET(PYTHON_LIB_PATH "/usr/${LIB}/python2.5/site-packages/") ELSE(DEFINED LIB) - SET(PYTHON_LIB_PATH "/usr/lib/python2.5/site-package/") + SET(PYTHON_LIB_PATH "/usr/lib/python2.5/site-packages/") ENDIF(DEFINED LIB) MESSAGE(STATUS "Python lib path: ${PYTHON_LIB_PATH}") |