summaryrefslogtreecommitdiff
path: root/devel/pyside-tools/files/patch-CMakeLists.txt
blob: a685544e6d3f972ea56cb7f9b9fa7690172ea877 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeLists.txt.orig	2011-08-22 21:19:14 UTC
+++ CMakeLists.txt
@@ -45,7 +45,7 @@
 # Man pages for pyside-uic
 if (NOT win32)
     file(GLOB manpages "${CMAKE_CURRENT_SOURCE_DIR}/pysideuic/*.1")
-    install(FILES ${manpages} DESTINATION share/man/man1)
+    install(FILES ${manpages} DESTINATION man/man1)
 endif()
 
 configure_file("${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake"