Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
obexftp
obexftp-0.24-fix-absurd-install-path.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File obexftp-0.24-fix-absurd-install-path.patch of Package obexftp
Index: obexftp-0.24-Source/swig/python/CMakeLists.txt =================================================================== --- obexftp-0.24-Source.orig/swig/python/CMakeLists.txt +++ obexftp-0.24-Source/swig/python/CMakeLists.txt @@ -36,13 +36,13 @@ swig_link_libraries ( obexftp-python # execute_process ( COMMAND ${PYTHON_EXECUTABLE} -c - "import site, sys; sys.stdout.write(site.PREFIXES[-1])" + "import site, sys; sys.stdout.write(site.PREFIXES[0])" OUTPUT_VARIABLE PYTHON_PREFIX ) file ( TO_CMAKE_PATH "${PYTHON_PREFIX}" PYTHON_PREFIX ) execute_process ( COMMAND ${PYTHON_EXECUTABLE} -c - "import site, sys; sys.stdout.write(site.getsitepackages()[-1])" + "import site, sys; sys.stdout.write(site.getsitepackages()[0])" OUTPUT_VARIABLE PYTHON_SITE_DIR ) file ( TO_CMAKE_PATH "${PYTHON_SITE_DIR}" PYTHON_SITE_DIR )
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor