scstadmin, installation: Make the activation command output easier to read

Reported-by: Chris Weiss <cweiss@gmail.com>


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6213 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-06-03 20:21:34 +00:00
parent d971c47cad
commit 7ccc3033ec

View File

@@ -94,11 +94,11 @@ install install_vendor:
for s in iscsi-scst qla2x00t; do \
{ $(call REMOVE_FN,$$s); } >/dev/null 2>&1; \
done
echo
echo 'If you want SCST to start automatically at boot time, run' \
@echo
@echo 'If you want SCST to start automatically at boot time, run' \
'the following command:'
$(call ECHO_INSTALL_FN,scst)
echo
@$(call ECHO_INSTALL_FN,scst)
@echo
uninstall:
if [ -e $(DESTDIR)$(DEFAULTDIR)/scst ]; then \