]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Fix PREFIX variable assignement
authorDanilo Spinella <danyspin97@protonmail.com>
Sun, 24 Feb 2019 09:50:20 +0000 (10:50 +0100)
committerDanilo Spinella <danyspin97@protonmail.com>
Sun, 10 Mar 2019 10:26:42 +0000 (10:26 +0000)
Makefile

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