From 6df4dac46dc11dfc46e37ee0d3ac7509c2260a2d Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 26 Mar 2018 20:38:22 +0200 Subject: [PATCH] Document the support for DESTDIR independently --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index baa9873..67ebe96 100644 --- a/README.md +++ b/README.md @@ -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