summaryrefslogtreecommitdiff
path: root/devel/pyside-tools/files/patch-pyrcc__CMakeLists.txt
blob: 6fca096e7363ce70740c7f6674ef855442d56a1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- pyrcc/CMakeLists.txt.orig	2011-08-22 21:19:14 UTC
+++ pyrcc/CMakeLists.txt
@@ -15,6 +15,6 @@
 # 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()