]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/lz4-1.9.3_mod_install_path.patch
Merge branch 'next'
[ipfire-2.x.git] / src / patches / lz4-1.9.3_mod_install_path.patch
CommitLineData
1dbd47ee
AB
1diff -au lz4-1.9.3/lib/Makefile.orig lz4-1.9.3/lib/Makefile
2--- lz4-1.9.3/lib/Makefile.orig 2020-11-16 05:59:35.000000000 +0100
3+++ lz4-1.9.3/lib/Makefile 2021-02-08 13:05:10.478443593 +0100
bc456dd7
EK
4@@ -144,7 +144,7 @@
5 # directory variables : GNU conventions prefer lowercase
6 # see https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
7 # support both lower and uppercase (BSD), use lower in script
8-PREFIX ?= /usr/local
9+PREFIX ?= /usr
10 prefix ?= $(PREFIX)
11 EXEC_PREFIX ?= $(prefix)
12 exec_prefix ?= $(EXEC_PREFIX)
1dbd47ee
AB
13diff -au lz4-1.9.3/programs/Makefile.orig lz4-1.9.3/programs/Makefile
14--- lz4-1.9.3/programs/Makefile.orig 2020-11-16 05:59:35.000000000 +0100
15+++ lz4-1.9.3/programs/Makefile 2021-02-08 13:05:55.475676260 +0100
16@@ -146,7 +146,7 @@
bc456dd7
EK
17 # directory variables : GNU conventions prefer lowercase
18 # see https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html
19 # support both lower and uppercase (BSD), use lowercase in script
20-PREFIX ?= /usr/local
21+PREFIX ?= /usr
22 prefix ?= $(PREFIX)
23 EXEC_PREFIX ?= $(prefix)
24 exec_prefix ?= $(EXEC_PREFIX)