From e9b428ee66e98c92bd530cdbf4b4bfefabea4c3e Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 22 Dec 2022 17:29:35 +0100 Subject: [PATCH] Don't ship our docs (10MB) --- compile.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/compile.bash b/compile.bash index a79b76c..49182a1 100755 --- a/compile.bash +++ b/compile.bash @@ -19,6 +19,7 @@ make test make install "DESTDIR=$(pwd)/../icinga2-bin" strip -g ../icinga2-bin/usr/lib/*/icinga2/sbin/icinga2 strip -g ../icinga2-bin/usr/lib/nagios/plugins/check_nscp_api +rm -rf ../icinga2-bin/usr/share/doc/icinga2/markdown cd ..