diff --git a/Makefile b/Makefile index f02c105..74e1f5c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ $(INSTALL_PATH): cbattery uninstall: @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) SUDOERSDIR = /private/etc/sudoers.d/cbattery