You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
828 B
23 lines
828 B
From 775c305331a674ceb42c7a2e931e459a6b44b719 Mon Sep 17 00:00:00 2001
|
|
From: schalox <schalox@gmail.com>
|
|
Date: Sat, 19 Apr 2014 08:20:21 +0300
|
|
Subject: [PATCH 2/2] bash-completion: fix completion-file's name in uninstall
|
|
|
|
---
|
|
Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index df9d68a..f82b9cf 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -33,4 +33,4 @@ install: install-pass
|
|
endif
|
|
|
|
uninstall:
|
|
- @rm -vf "$(DESTDIR)$(BINDIR)/pass" "$(DESTDIR)$(MANDIR)/man1/pass.1" "$(DESTDIR)$(PREFIX)/share/bash-completion/completions/password-store" "$(DESTDIR)$(LIBDIR)/password-store.platform.sh"
|
|
+ @rm -vf "$(DESTDIR)$(BINDIR)/pass" "$(DESTDIR)$(MANDIR)/man1/pass.1" "$(DESTDIR)$(PREFIX)/share/bash-completion/completions/pass" "$(DESTDIR)$(LIBDIR)/password-store.platform.sh"
|
|
--
|
|
1.9.0
|
|
|