patch-programs_Makefile 516 B

1234567891011
  1. --- zstd-1.5.5.orig/programs/Makefile 2023-04-04 22:13:52.000000000 +0200
  2. +++ zstd-1.5.5/programs/Makefile 2024-01-17 18:13:11.620566871 +0100
  3. @@ -380,7 +380,7 @@ DESTDIR ?=
  4. # directory variables : GNU conventions prefer lowercase
  5. # see https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
  6. # support both lower and uppercase (BSD), use uppercase in script
  7. -prefix ?= /usr/local
  8. +prefix ?= /usr
  9. PREFIX ?= $(prefix)
  10. exec_prefix ?= $(PREFIX)
  11. bindir ?= $(exec_prefix)/bin