repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git]
/
components
/
database
/
redis
/
patches
/
02-honor-destdir.patch
blob
b47004d806a7a1ebf9da7d9c04694bc2aa3b4764
1
--- redis-6.2.3/src/Makefile.~1~ 2021-05-03 21:57:00.000000000 +0000
2
+++ redis-6.2.3/src/Makefile 2021-05-10 08:45:44.821268674 +0000
3
@@ -45,7 +45,7 @@
4
endif
5
6
PREFIX?=/usr/local
7
-INSTALL_BIN=$(PREFIX)/bin
8
+INSTALL_BIN=$(DESTDIR)/$(PREFIX)/bin
9
INSTALL=install
10
PKG_CONFIG?=pkg-config
11