aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorapiraino <apiraino@users.noreply.github.com>2020-05-06 11:24:58 +0200
committerapiraino <apiraino@users.noreply.github.com>2020-05-06 11:24:58 +0200
commit3845c6e6e66790dc77fd80a336ada43bbf330de0 (patch)
tree7aa106d7a58389501214b21a3a48e78428c1693e
parente2864b14c8a8db2bfc089023d3e7e1b240c56986 (diff)
Fix uninstall script
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: