aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-02-28 12:58:28 +0100
committerAndreas Schneider <asn@samba.org>2019-02-28 12:58:45 +0100
commitffd79f882f8eff32d36798edd15f179402301e48 (patch)
treeac1889eb9b8ff34915aa03b101e05d759cef8ba4
parent61283c98a49204b7bc4d2750fe506e877e31a214 (diff)
downloadpam_wrapper-ffd79f882f8eff32d36798edd15f179402301e48.tar.gz
pam_wrapper-ffd79f882f8eff32d36798edd15f179402301e48.tar.xz
pam_wrapper-ffd79f882f8eff32d36798edd15f179402301e48.zip
cpack: Do not package pyc files
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 88caa30..2b27461 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.*;*.pyc")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "pam_wrapper")