From 4cdec31803686dabf46220b0a3bb8bfff9820fd7 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Wed, 5 Jan 2011 23:08:48 +0100 Subject: [PATCH] CMake - fixed scripts dir that just installed the directories but not the files --- scripts/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 33e520b07..e4e299354 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -1,2 +1 @@ -install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/ DESTINATION share/doc/task/scripts - FILES_MATCHING PATTERN "CMakeFiles" EXCLUDE) +install (DIRECTORY bash fish vim zsh DESTINATION share/doc/task/scripts)