summaryrefslogtreecommitdiffstats
path: root/redhat/kdelibs/kdelibs-3.5.13-fix_all_languages_installation.patch
blob: 6b0b937600d5a2a1f5bd099ea2d76c6b2136c233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- kdelibs/kdecore/CMakeLists.txt.ORI	2012-08-09 21:10:26.125863261 +0200
+++ kdelibs/kdecore/CMakeLists.txt	2012-08-09 21:12:08.928750681 +0200
@@ -73,7 +73,8 @@
 
 ##### other data ################################
 
-tde_install_empty_directory( ${LOCALE_INSTALL_DIR}/all_languages )
+install( FILES all_languages.desktop
+  DESTINATION ${LOCALE_INSTALL_DIR} RENAME all_languages )
 
 install( FILES 40.colors Web.colors Royal.colors Rainbow.colors
   DESTINATION ${CONFIG_INSTALL_DIR}/colors )
@@ -87,7 +88,6 @@
 install( FILES eventsrc
   DESTINATION ${DATA_INSTALL_DIR}/knotify )
 
-
 ##### libkdecore ################################
 
 set( target kdecore )