From: Julien Sanchez Date: Mon, 4 Jul 2016 10:32:32 +0000 (+0200) Subject: Fix default PREFIX in README file X-Git-Tag: 0.29-rc1~15 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=db580dd7b402f31a2b18e1e1ee261fedc57b0d4a Fix default PREFIX in README file Signed-off-by: Julien Sanchez Reviewed-by: Rob Browning --- 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=''