summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-09-08 01:40:44 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-09-08 01:40:44 +0200
commita1788f20d294f542607d9b374e6aa71515f21663 (patch)
treeded543e8a59290f8a5a538f77906925675eeb664
parentSimplify README. (diff)
downloadpassword-store-a1788f20d294f542607d9b374e6aa71515f21663.tar.xz
password-store-a1788f20d294f542607d9b374e6aa71515f21663.zip
More info in INSTALL.
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 854b6c0..1225bc9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,3 +3,12 @@ Simply typing
make install
should install pass to the standard locations.
+
+The makefile is aware of the following environment variables:
+
+PREFIX default: /usr
+DESTDIR default:
+BINDIR default: $(PREFIX)/bin
+MANDIR default: $(PREFIX)/share/man
+SYSCONFDIR default: /etc
+