password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 81ef176152af78fd3884718c64d6a56f88f4fc90
parent bec01e1d366081f922dbac651944948bc5f29ec7
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Sat, 22 Sep 2012 21:24:52 +0200

Add libdir mention to INSTALL.

Diffstat:
MINSTALL | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL @@ -8,7 +8,8 @@ The makefile is aware of the following environment variables: PREFIX default: /usr DESTDIR default: -BINDIR default: $(PREFIX)/bin +BINDIR default: $(PREFIX)/bin +LIBDIR default: $(PREFIX)/lib MANDIR default: $(PREFIX)/share/man SYSCONFDIR default: /etc