dovecot-2.2-pigeonhole: Prevent compiled binaries in testsuite f...
pigeonhole at rename-it.nl
pigeonhole at rename-it.nl
Mon Jan 13 00:24:08 EET 2014
details: http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/e111a2393a92
changeset: 1843:e111a2393a92
user: Stephan Bosch <stephan at rename-it.nl>
date: Sun Jan 12 23:23:50 2014 +0100
description:
Prevent compiled binaries in testsuite from ending up in distribution tarball.
diffstat:
Makefile.am | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r a70f5f097033 -r e111a2393a92 Makefile.am
--- a/Makefile.am Tue Jan 07 18:57:38 2014 +0100
+++ b/Makefile.am Sun Jan 12 23:23:50 2014 +0100
@@ -12,6 +12,9 @@
COPYING.LGPL \
ChangeLog
+dist-hook:
+ rm -rf `find $(distdir)/tests -type f -name '*.svbin'`
+
pkginc_libdir=$(dovecot_pkgincludedir)/sieve
nodist_pkginc_lib_HEADERS = pigeonhole-config.h
More information about the dovecot-cvs
mailing list