From e9c63927506e059ad8c91c589befef5cbc68a632 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 25 Dec 2015 08:03:36 +0100 Subject: [PATCH] s/DESTDIR/PREFIX/g README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2468b1333..7125ce710 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ make MULTICALL=y install Set install parent directory (default value is /usr/local): ``` -make DESTDIR=/my/path install +make PREFIX=/my/path install ``` Uninstallation Instructions @@ -99,7 +99,7 @@ make MULTICALL=y uninstall To uninstall from a custom parent directory: ``` -make DESTDIR=/my/path uninstall +make PREFIX=/my/path uninstall ``` Test Instructions