summaryrefslogtreecommitdiff
path: root/print/scribus-devel/files/patch-CMakeLists.txt
blob: 359fe903021cf5ce991acd2bd17edc7b63107079 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- CMakeLists.txt.orig	2012-05-09 22:05:21.000000000 +0200
+++ CMakeLists.txt	2012-05-20 22:29:49.000000000 +0200
@@ -238,7 +238,7 @@
 #Setp all the directories we will use
 #MAN
 CMAKE_POLICY(SET CMP0005 OLD)
-SET(MANDIR "share/man/")
+SET(MANDIR "man/")
 IF(WANT_VERSIONING)
     SET(SHAREDIR "share/${MAIN_DIR_NAME}${TAG_VERSION}/")
 ELSE(WANT_VERSIONING)
@@ -912,10 +912,10 @@
 
 ## PL We may not need this anymore
 #Install the desktop file
-## INSTALL(FILES
- # scribus.desktop
- # #DESTINATION ${DESKTOPDIR}
-#)
+INSTALL(FILES
+ scribus.desktop
+ DESTINATION ${DESKTOPDIR}
+)
 
 #If building an Apple bundle, install these specific files
 IF(APPLEBUNDLE)