From 15ad9764132e04725d2cb09f12d46418ff572cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20M=C3=BCller?= Date: Sun, 26 Apr 2020 19:21:08 +0200 Subject: [PATCH] Exclude languages dir from being copied to target --- build/makerules.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/makerules.sh b/build/makerules.sh index 87acdc7289..dc65941e58 100755 --- a/build/makerules.sh +++ b/build/makerules.sh @@ -192,6 +192,7 @@ EOF COPY_SRC_FILES := \$(shell find "\$(INPUTDIR)" -type f \ -not -path '\$(INPUTDIR)/.git/*' \ -not -path '\$(INPUTDIR)/build/*' \ + -not -path '\$(INPUTDIR)/global/*' \ -not -path '\$(INPUTDIR)/tools/*' \ -not -name '.drone.yml' \ -not -name '.gitignore' \