]> git.corax.cc Git - toolbox/commit
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)
commit016edb19735a8165d304131b0b172a013451bd3e
tree353e0dd1b5c934f9514a9c088e74894aadad8905
parent884a9fa835a2f418fda8ad3857b413297ec7faaa
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.
Makefile