From db580dd7b402f31a2b18e1e1ee261fedc57b0d4a Mon Sep 17 00:00:00 2001 From: Julien Sanchez Date: Mon, 4 Jul 2016 12:32:32 +0200 Subject: [PATCH] Fix default PREFIX in README file Signed-off-by: Julien Sanchez Reviewed-by: Rob Browning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 489cafd..9545347 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ From source destination with DESTDIR and PREFIX. Files are normally installed to "$DESTDIR/$PREFIX" where DESTDIR is - empty by default, and PREFIX is set to /usr. So if you wanted to + empty by default, and PREFIX is set to /usr/local. So if you wanted to install bup to /opt/bup, you might do something like this: make install DESTDIR=/opt/bup PREFIX='' -- 2.39.2