summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-04-14 15:03:56 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2014-04-15 00:22:49 +0200
commit7efccbc1c2bed9ad94102c5a962054e6b87b5390 (patch)
tree6758560bac5565db6533eb2f94cbbe7efb94aece
parent43e7752e2afb388accda8d231505022f49e9b171 (diff)
downloadpass-7efccbc1c2bed9ad94102c5a962054e6b87b5390.tar.gz
pass-7efccbc1c2bed9ad94102c5a962054e6b87b5390.tar.bz2
pass-7efccbc1c2bed9ad94102c5a962054e6b87b5390.zip
Install bash-completion file to the right place.
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff9b450..df9d68a 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ install-pass:
@mkdir -p "$(DESTDIR)$(BINDIR)" "$(DESTDIR)$(LIBDIR)" "$(DESTDIR)$(MANDIR)/man1" "$(DESTDIR)$(PREFIX)/share/bash-completion/completions/"
@install -m 0755 -v src/password-store.sh "$(DESTDIR)$(BINDIR)/pass"
@install -m 0644 -v man/pass.1 "$(DESTDIR)$(MANDIR)/man1/pass.1"
- @install -m 0644 -v src/completion/pass.bash-completion "$(DESTDIR)$(PREFIX)/share/bash-completion/completions/password-store"
+ @install -m 0644 -v src/completion/pass.bash-completion "$(DESTDIR)$(PREFIX)/share/bash-completion/completions/pass"
# Uncomment to install the zsh completion file.
# @install -m 0644 -v src/completion/pass.zsh-completion "$(DESTDIR)$(PREFIX)/share/zsh/site-functions/_pass"
© 'Necoro' Neumann4-3/+126 2020-04-20FeeditemsRenĂ© 'Necoro' Neumann2-2/+14 2020-04-20GlobalOptionsRenĂ© 'Necoro' Neumann3-25/+79 2020-04-19RestructureRenĂ© 'Necoro' Neumann6-152/+177 2020-04-19Rename package 'parse' to 'feed'RenĂ© 'Necoro' Neumann2-3/+3 2020-04-19SELECT is not necessary for most operations -- skip itRenĂ© 'Necoro' Neumann2-12/+1 2020-04-19Store path as array -- the delimiter is not always '.'RenĂ© 'Necoro' Neumann3-36/+44 2020-04-19Split client part to client.goRenĂ© 'Necoro' Neumann2-125/+137 2020-04-19IMAP: Create foldersRenĂ© 'Necoro' Neumann1-4/+38 2020-04-19Improved IMAPRenĂ© 'Necoro' Neumann1-3/+88 2020-04-19Started IMAP connectionRenĂ© 'Necoro' Neumann4-0/+152 2020-04-19Use our own logger for debug for convenience sakeRenĂ© 'Necoro' Neumann1-2/+3 2020-04-19Fix debug logging m(RenĂ© 'Necoro' Neumann1-2/+2 2020-04-19Rename util.go to log.go. Add verbose modeRenĂ© 'Necoro' Neumann4-24/+54 2020-04-19Clean go.modRenĂ© 'Necoro' Neumann2-3/+0 2020-04-19Do not print the parsedCfg anymoreRenĂ© 'Necoro' Neumann1-1/+1 2020-04-19Increase go-version to 1.14RenĂ© 'Necoro' Neumann1-2/+2 2020-04-19CI: go vetRenĂ© 'Necoro' Neumann1-0/+3 2020-04-19Fetching and parsing the feedsRenĂ© 'Necoro' Neumann5-4/+113 2020-04-19Ignore all config*.ymlRenĂ© 'Necoro' Neumann1-1/+1