Module: check_mk
Branch: master
Commit: 208e2643c6b1c546a2c8f9a9cc499bf4dd93883c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=208e2643c6b1c5…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Jul 26 15:18:29 2018 +0200
Fixed exclusion of windows build directories from dist tars
Change-Id: Ib2d2142edac0bde21da849fbca33f53d90694a36
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 31653f7..e35e221 100644
--- a/Makefile
+++ b/Makefile
@@ -175,7 +175,7 @@ endif
fi ; \
done ; \
else \
- for F in $(DIST_ARCHIVE) enterprise/agents/plugins/{build,build-32,src}
enterprise/agents/windows/{build64,build}; do \
+ for F in $(DIST_ARCHIVE) enterprise/agents/plugins/{build,build-32,src}
agents/windows/{build64,build} enterprise/agents/winbuild; do \
EXCLUDES+=" --exclude $$F" ; \
done ; \
fi ; \