summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2015-11-30 10:36:28 +0100
committerDavid Sterba <dsterba@suse.com>2016-01-04 11:28:24 +0100
commitf25142f2d0268f698efb6a71a9582d47c3696d70 (patch)
tree21f1b3a1c650ec380a1363d24d38f0d60b658533
parentbbb0c589fc675d1a132b66a10be2234ffb4bd5eb (diff)
btrfs-progs: install to /usr/local by default again
The conversion to autotools changed the default prefix to /usr. There's no reason to diverge. Distributions builds set prefix the /usr path and local builds are supposed to go to /usr/local . Reference: https://bugzilla.kernel.org/show_bug.cgi?id=108571 Reported-by: Karl Richter <krichter722@aol.de> Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c3a22d13..c1140973 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl the compiler (like AC_PROG_LIBTOOL) to avoid autoconf errors.
AC_USE_SYSTEM_EXTENSIONS
AC_CONFIG_SRCDIR([btrfs.c])
-AC_PREFIX_DEFAULT([/usr])
+AC_PREFIX_DEFAULT([/usr/local])
AC_PROG_CC
AC_CANONICAL_HOST