blob: 148400c8eb96d289c2a235ef75919d56c85976f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
LIBDIR default: $(PREFIX)/lib
MANDIR default: $(PREFIX)/share/man
SYSCONFDIR default: /etc
|