]> arthur.barton.de Git - bup.git/commitdiff
Fix default PREFIX in README file
authorJulien Sanchez <julien.sanchez@gmail.com>
Mon, 4 Jul 2016 10:32:32 +0000 (12:32 +0200)
committerRob Browning <rlb@defaultvalue.org>
Wed, 23 Nov 2016 16:59:07 +0000 (10:59 -0600)
Signed-off-by: Julien Sanchez <julien.sanchez@gmail.com>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
README.md

index 489cafd797ae8ee325e4ec08246eeb8e8736b771..954534768e95b4222f266beccb38149bca97d5fa 100644 (file)
--- 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=''