]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Makefile: default PREFIX to /usr/local
authorLeah Neukirchen <leah@vuxu.org>
Fri, 9 Feb 2018 15:33:26 +0000 (16:33 +0100)
committerLeah Neukirchen <leah@vuxu.org>
Fri, 9 Feb 2018 15:33:26 +0000 (16:33 +0100)
Makefile

index f1e0da2589117283ea1a4fdd4ba25fbcfc417d8a..075257b89f1e25a734d90ea6e93295f27c95dc9c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-PREFIX=/usr
+PREFIX=/usr/local
 INSTALL=install
 CFLAGS+=-std=gnu89 -O2 -g -MMD -Wall                           \
        -Wno-pointer-sign                                       \