Don't ship our docs (10MB)

This commit is contained in:
Alexander A. Klimov 2022-12-22 17:29:35 +01:00
parent 95495f0a12
commit e9b428ee66

View File

@ -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 ..