diff options
author | apiraino <apiraino@users.noreply.github.com> | 2020-05-06 11:24:58 +0200 |
---|---|---|
committer | apiraino <apiraino@users.noreply.github.com> | 2020-05-06 11:24:58 +0200 |
commit | 3845c6e6e66790dc77fd80a336ada43bbf330de0 (patch) | |
tree | 7aa106d7a58389501214b21a3a48e78428c1693e /Makefile | |
parent | e2864b14c8a8db2bfc089023d3e7e1b240c56986 (diff) | |
download | pass-otp-3845c6e6e66790dc77fd80a336ada43bbf330de0.tar.gz pass-otp-3845c6e6e66790dc77fd80a336ada43bbf330de0.zip |
Fix uninstall script
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |