removed exit from anti-root check in makefile

This commit is contained in:
Václav Šmejkal 2025-01-08 17:11:43 +01:00
parent c72eb44ab0
commit a52031ad52
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

@ -81,7 +81,6 @@ check_root:
ifneq ($(BYPASS_CHECK),true)
@if [ "$(shell id -u)" = 0 ]; then\
echo "Do not run install rules as root.";\
exit 1;\
fi
endif