blob: c5e29db529b1e32683bb319d87a7f845007c97b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- 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()
|