From f25a4e438f558c80c0caef29ab0396a92e10f755 Mon Sep 17 00:00:00 2001 From: Andreas Hartmetz Date: Sun, 17 Oct 2010 18:53:53 +0000 Subject: [PATCH] Fix the same typo in CMakeLists.txt svn path=/trunk/KDE/kdebase/runtime/; revision=1186855 --- scriptengines/javascript/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scriptengines/javascript/CMakeLists.txt b/scriptengines/javascript/CMakeLists.txt index 0fa664c78..09a6ebe95 100644 --- a/scriptengines/javascript/CMakeLists.txt +++ b/scriptengines/javascript/CMakeLists.txt @@ -144,6 +144,6 @@ target_link_libraries(plasma_appletscript_declarative install(TARGETS plasma_appletscript_declarative DESTINATION ${PLUGIN_INSTALL_DIR}) -install(FILES data/plasma-scriptengine-applet-declartive.desktop DESTINATION ${SERVICES_INSTALL_DIR}) +install(FILES data/plasma-scriptengine-applet-declarative.desktop DESTINATION ${SERVICES_INSTALL_DIR})