From afa601397ef666e2ae73dc6bf6e6f402691411e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20P=C3=B6tzsch?= Date: Tue, 24 Sep 2024 09:53:37 +0200 Subject: [PATCH] Exclude m4 files when installing on target Those are configure extensions and only required when building. --- classes/install.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/classes/install.yaml b/classes/install.yaml index d135a51..03db26a 100644 --- a/classes/install.yaml +++ b/classes/install.yaml @@ -168,7 +168,8 @@ packageSetup: | "!/usr/lib/*.lib" "!/usr/bin/*.dll" "!/usr/bin/*.pdb" \ "!/usr/lib/pkgconfig" \ "!/usr/share/pkgconfig" \ - "!/usr/lib/cmake" + "!/usr/lib/cmake" \ + "!/usr/share/aclocal/*.m4" installStripAll . }