ports/devel/pyside2-tools/files/patch-pylupdate_CMakeLists.txt
Christoph Moench-Tegeder f0475de1f8 add PySide2 - Python Binding for Qt5
keeping the organization of the old pyside ports, this is split in
pyside2, pyside2-tools and shiboken2
2019-02-09 20:35:14 +00:00

9 lines
369 B
Text

--- pylupdate/CMakeLists.txt.orig 2019-02-08 22:28:59 UTC
+++ pylupdate/CMakeLists.txt
@@ -40,5 +40,5 @@ install(TARGETS pyside2-lupdate RUNTIME DESTINATION bi
# Man pages
if (NOT WIN32)
file(GLOB manpages "${CMAKE_CURRENT_SOURCE_DIR}/*.1")
- install(FILES ${manpages} DESTINATION share/man/man1)
+ install(FILES ${manpages} DESTINATION man/man1)
endif()