SKALE-4110 fix build base

parent 8123b48b
...@@ -7,7 +7,6 @@ index 1f3efdb..07ede24 100644 ...@@ -7,7 +7,6 @@ index 1f3efdb..07ede24 100644
RAD_CONF_PATH=/lib/systemd/system RAD_CONF_PATH=/lib/systemd/system
else else
-$(error "Unsupported platform - neither systemctl nor initctl is found!") -$(error "Unsupported platform - neither systemctl nor initctl is found!")
+# $(error "Unsupported platform - neither systemctl nor initctl is found!")
+exit 0 +exit 0
endif endif
endif endif
...@@ -58,7 +58,6 @@ index 89c5b21..2b4eb8f 100644 ...@@ -58,7 +58,6 @@ index 89c5b21..2b4eb8f 100644
$(warning "You may need to start aesmd manually after it's installed!") $(warning "You may need to start aesmd manually after it's installed!")
else else
-$(error "Unsupported platform - neither systemctl nor initctl is found!") -$(error "Unsupported platform - neither systemctl nor initctl is found!")
+# $(error "Unsupported platform - neither systemctl nor initctl is found!")
+exit 0 +exit 0
endif endif
endif endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment