0001-Committing-changes-from-do_unpack_extra.patch 657 B

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