]> git.corax.cc Git - toolbox/commitdiff
toolbox: Change the default prefix to appease Debian package builds
authorMatthias Kruk <m@m10k.eu>
Sat, 3 Apr 2021 04:21:41 +0000 (13:21 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 3 Apr 2021 04:21:41 +0000 (13:21 +0900)
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.

Makefile

index 468169057b95ceb1b543b9a9f346be6e31d151bf..f1e474f0eee694115c0f3441f031d98111b63728 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 PHONY = install uninstall
 
 ifeq ($(PREFIX), )
-       PREFIX = /usr/local
+       PREFIX = /usr
 endif
 
 all: