From ccb0fecf9bf845a31a98ec2b2235ec8bdafa5fbc Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Sat, 5 Jan 2008 21:37:05 +0000 Subject: [PATCH] Remove tips file from the list of files to install. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=757777 --- desktop/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt index 62682d15..6855afb9 100644 --- a/desktop/CMakeLists.txt +++ b/desktop/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES konsolepart.desktop konsole-script.desktop DESTINATION ${SERVIC install( FILES konsolehere.desktop DESTINATION ${SERVICES_INSTALL_DIR}/ServiceMenus ) install( FILES kwrited.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kded ) -install( FILES konsole.notifyrc tips konsoleui.rc sessionui.rc partui.rc DESTINATION ${DATA_INSTALL_DIR}/konsole ) +install( FILES konsole.notifyrc konsoleui.rc sessionui.rc partui.rc DESTINATION ${DATA_INSTALL_DIR}/konsole )