From 3845c6e6e66790dc77fd80a336ada43bbf330de0 Mon Sep 17 00:00:00 2001 From: apiraino Date: Wed, 6 May 2020 11:24:58 +0200 Subject: Fix uninstall script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a48cad1..d0b916d 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ install: uninstall: @rm -vrf \ "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash" \ - "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1" + "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1" \ "$(DESTDIR)$(BASHCOMPDIR)/pass-otp" lint: -- cgit v1.2.3