Document the support for DESTDIR independently

This commit is contained in:
Pierre Pronchery 2018-03-26 20:38:22 +02:00
parent 9d24ca6b5c
commit 6df4dac46d

View File

@ -27,6 +27,11 @@ With GCC, this should then be enough to compile Mailer:
To install (or package) Mailer in a different location: 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 $ make DESTDIR="/staging/directory" PREFIX="/another/prefix" install