From: Matthias Kruk Date: Sat, 3 Apr 2021 04:21:41 +0000 (+0900) Subject: toolbox: Change the default prefix to appease Debian package builds X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=016edb19735a8165d304131b0b172a013451bd3e;p=toolbox toolbox: Change the default prefix to appease Debian package builds Debian package builds are failing because the installation prefix defaults to /usr/local instead of /usr. This changes the default prefix to /usr, to make Debian package builds happy. --- diff --git a/Makefile b/Makefile index 4681690..f1e474f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PHONY = install uninstall ifeq ($(PREFIX), ) - PREFIX = /usr/local + PREFIX = /usr endif all: