summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-04-14 21:48:20 +0200
committerTomas Chvatal <scarabeus@gentoo.org>2009-04-14 21:48:20 +0200
commit5772138044d95f931f285bbaf76a1faf67864e1e (patch)
treebeb666312726f0d3762e5b6aea2d1022265f040e
parenteee00c701d45c2f59c683e9bf3bc8e0dd881638b (diff)
We dont want scripts folder in tarball
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 41736ec..d53ff86 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -96,6 +96,7 @@ SET ( CPACK_SOURCE_IGNORE_FILES
".git"
"build/"
"packaging/"
+ "scripts/"
"tuxanci.1"
)
SET ( CPACK_SOURCE_STRIP_FILES "" )