Update error message
This commit is contained in:
parent
205318dd24
commit
637c8ce048
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ $(INSTALL_PATH): cbattery
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
@echo "Removing cbattery from $(DESTDIR)"
|
@echo "Removing cbattery from $(DESTDIR)"
|
||||||
@$(DESTDIR)/cbattery uninstall || (echo "Uninstalling cbattery failed"; exit 1)
|
@$(DESTDIR)/cbattery revert || (echo "Reverting cbattery configurations failed"; exit 1)
|
||||||
@rm -f $(INSTALL_PATH)
|
@rm -f $(INSTALL_PATH)
|
||||||
|
|
||||||
SUDOERSDIR = /private/etc/sudoers.d/cbattery
|
SUDOERSDIR = /private/etc/sudoers.d/cbattery
|
||||||
|
|
Loading…
Reference in New Issue