Fix typo in Makefile

parent 398e65ad
...@@ -57,7 +57,7 @@ install: ...@@ -57,7 +57,7 @@ install:
cp $(EXE) /usr/sbin cp $(EXE) /usr/sbin
@echo "-----------------------------------------------------------------------------" @echo "-----------------------------------------------------------------------------"
@echo "An init file suitable for /lib/lsb/init-functions (Debian) is located in" @echo "An init file suitable for /lib/lsb/init-functions (Debian) is located in"
@echo "in the main folder of the source files. It is called mbpfan.init." @echo "in the main folder of the source files. It is called mbpfan.init.debian"
@echo "Rename it to mbpfan, give it execution permissions (chmod +x mbpfan)" @echo "Rename it to mbpfan, give it execution permissions (chmod +x mbpfan)"
@echo "and move it to /etc/init.d" @echo "and move it to /etc/init.d"
@echo "Then, add it to the default runlevels with sudo update-rc.d mbpfan defaults" @echo "Then, add it to the default runlevels with sudo update-rc.d mbpfan defaults"
......
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