From 3ba9b75bb616c27e412bce6e4098548bf85e250f Mon Sep 17 00:00:00 2001 From: sam55silver Date: Fri, 28 May 2021 10:55:39 -0300 Subject: [PATCH] Fixed makefile uninstall. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 9db3e15..f94c268 100644 --- a/makefile +++ b/makefile @@ -23,7 +23,7 @@ install: cp -rpf navigator $(DESTDIR)/usr/share/cockpit uninstall: - rm -rf $(DESTDIR)/usr/share/cockpit/samba-manager + rm -rf $(DESTDIR)/usr/share/cockpit/navigator install-local: mkdir -p $(HOME)/.local/share/cockpit