1From 2c0437f47eaaf565aaccf0c0d150d5fc0fc734f5 Mon Sep 17 00:00:00 2001 2From: OpenEmbedded <oe.patch@oe> 3Date: Thu, 22 Nov 2018 12:05:04 +0000 4Subject: [PATCH] Do not install to /usr/local 5 6Upstream-Status: Inappropriate [oe-core specific] 7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 8 9--- 10 Makefile | 2 +- 11 1 file changed, 1 insertion(+), 1 deletion(-) 12 13diff --git a/Makefile b/Makefile 14index 7aa729d..e079b18 100644 15--- a/Makefile 16+++ b/Makefile 17@@ -31,7 +31,7 @@ CFLAGS += -D_FILE_OFFSET_BITS=64 18 LDFLAGS ?= 19 20 DESTDIR = 21-prefix = /usr/local 22+prefix = /usr 23 sbindir = $(prefix)/sbin 24 mandir = $(prefix)/share/man 25 man8dir = $(mandir)/man8 26