From ca82ca1d06a643a2a465dc0385db6b6d7c3bb7dd Mon Sep 17 00:00:00 2001
From: Claude Heiland-Allen <claude@mathr.co.uk>
Date: Sat, 12 Jan 2019 21:48:46 +0000
Subject: [PATCH] document DESTDIR instead of broken DESTROOT

---
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 66cf4e1..7badc27 100644
--- a/README
+++ b/README
@@ -82,11 +82,11 @@ folder to /Library/Pd for a system-wide installation.
 Windows/mingw: Installation goes into the extra subdirectory of your Pd
 installation, so it will be available to all users by default.
 
-It's generally advisable to do a staged install using `DESTROOT` first so that
+It's generally advisable to do a staged install using `DESTDIR` first so that
 you can review the installation directory layout beforehand and adjust it if
 needed. To these ends, run `make install`, e.g., as follows:
 
-    make install DESTROOT=$PWD/BUILD
+    make install DESTDIR=$PWD/BUILD
 
 This will leave the installed external in a folder BUILD inside the current
 directory from where you can move the pdlua subdirectory to any location on
-- 
GitLab