From 79639ab96fcb4d482f31a2efb7f8e50410272529 Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Wed, 7 Jul 2021 15:33:01 -0300 Subject: [PATCH] remove typo in make target --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 5628621..856ce18 100644 --- a/makefile +++ b/makefile @@ -33,5 +33,5 @@ install-local: cp -rpf navigator $(HOME)/.local/share/cockpit sed -i "s#\"/usr/share/\(cockpit/navigator/scripts/.*\)\"#\"$(HOME)/.local/share/\1\"#g" $(HOME)/.local/share/cockpit/navigator/navigator.js -make uninstall-local: +uninstall-local: rm -rf $(HOME)/.local/share/cockpit/navigator