From dcc747d592e52338d6a5837ee6ceb04d484fbc05 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Thu, 3 Sep 2009 20:03:59 +0000 Subject: [PATCH] move to a subdir svn path=/trunk/KDE/kdelibs/; revision=1019528 --- CMakeLists.txt | 4 ++-- .../plasma_popupapplet_fix_groups.pl | 0 .../plasma_popupapplet_fix_groups.upd | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename plasma_popupapplet_fix_groups.pl => kconfig_updates/plasma_popupapplet_fix_groups.pl (100%) rename plasma_popupapplet_fix_groups.upd => kconfig_updates/plasma_popupapplet_fix_groups.upd (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index dc1c49b1f..1ce2115b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -336,8 +336,8 @@ install(FILES install(FILES scripting/plasmoids.knsrc DESTINATION ${CONFIG_INSTALL_DIR}) -install(FILES plasma_popupapplet_fix_groups.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR}) -install(PROGRAMS plasma_popupapplet_fix_groups.pl DESTINATION ${KCONF_UPDATE_INSTALL_DIR}) +install(FILES kconfig_updates/plasma_popupapplet_fix_groups.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR}) +install(PROGRAMS kconfig_updates/plasma_popupapplet_fix_groups.pl DESTINATION ${KCONF_UPDATE_INSTALL_DIR}) install(FILES dataengineservice.operations DESTINATION ${DATA_INSTALL_DIR}/plasma/services) install(FILES plasmoidservice.operations DESTINATION ${DATA_INSTALL_DIR}/plasma/services) diff --git a/plasma_popupapplet_fix_groups.pl b/kconfig_updates/plasma_popupapplet_fix_groups.pl similarity index 100% rename from plasma_popupapplet_fix_groups.pl rename to kconfig_updates/plasma_popupapplet_fix_groups.pl diff --git a/plasma_popupapplet_fix_groups.upd b/kconfig_updates/plasma_popupapplet_fix_groups.upd similarity index 100% rename from plasma_popupapplet_fix_groups.upd rename to kconfig_updates/plasma_popupapplet_fix_groups.upd