aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-06-22 09:13:52 +0200
committerAndreas Schneider <asn@samba.org>2018-08-28 11:14:33 +0200
commitcd067d985ab4c29de496fa3952950db0c357606a (patch)
tree51ca956351dc57977ff225ea78aba6247c22a369
parentc46af912c0b118d67078db1518d318425c6731df (diff)
downloadpam_wrapper-cd067d985ab4c29de496fa3952950db0c357606a.tar.gz
pam_wrapper-cd067d985ab4c29de496fa3952950db0c357606a.tar.xz
pam_wrapper-cd067d985ab4c29de496fa3952950db0c357606a.zip
cpack: Do not package build dirs in source tarball
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
-rw-r--r--CPackConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPackConfig.cmake b/CPackConfig.cmake
index 3158a44..465a815 100644
--- a/CPackConfig.cmake
+++ b/CPackConfig.cmake
@@ -19,7 +19,7 @@ set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSIO
### source generator
set(CPACK_SOURCE_GENERATOR "TGZ")
-set(CPACK_SOURCE_IGNORE_FILES "~$;[.]swp$;/[.]svn/;/[.]git/;.gitignore;/build/;/obj*/;tags;cscope.*")
+set(CPACK_SOURCE_IGNORE_FILES "~$;[.]swp$;/[.]svn/;/[.]git/;.gitignore;/build*;/obj*;tags;cscope.*")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "pam_wrapper")