]> git.pld-linux.org Git - packages/libcomps.git/blob - python-install-dir.patch
- up to 0.1.15
[packages/libcomps.git] / python-install-dir.patch
1 --- libcomps-libcomps-0.1.15/libcomps/src/python/src/CMakeLists.txt~    2020-03-31 11:39:29.000000000 +0200
2 +++ libcomps-libcomps-0.1.15/libcomps/src/python/src/CMakeLists.txt     2021-03-11 22:02:58.111049060 +0100
3 @@ -115,8 +115,6 @@
4      INSTALL(FILES libcomps/__init__.py DESTINATION libcomps/src/python/src/libcomps)
5      INSTALL(TARGETS pycomps LIBRARY DESTINATION libcomps/src/python/src/libcomps)
6  ELSE ()
7 -    EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} -c "from sys import stdout; from distutils import sysconfig; stdout.write(sysconfig.get_python_lib(True))" OUTPUT_VARIABLE PYTHON_INSTALL_DIR)
8 -
9      INSTALL(FILES ${pycomps_SRCDIR}/libcomps/__init__.py DESTINATION ${PYTHON_INSTALL_DIR}/libcomps)
10      #INSTALL(FILES ${pycomps_SRCDIR}/tests/__test.py DESTINATION
11      #              ${PYTHON_INSTALL_DIR}/libcomps/)
This page took 0.026176 seconds and 3 git commands to generate.