Document the support for DESTDIR independently
This commit is contained in:
parent
9d24ca6b5c
commit
6df4dac46d
|
@ -27,6 +27,11 @@ With GCC, this should then be enough to compile Mailer:
|
|||
|
||||
To install (or package) Mailer in a different location:
|
||||
|
||||
$ make PREFIX="/another/prefix" install
|
||||
|
||||
Mailer also supports `DESTDIR`, to be installed in a staging directory; for
|
||||
instance:
|
||||
|
||||
$ make DESTDIR="/staging/directory" PREFIX="/another/prefix" install
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user