fix path patch

This commit is contained in:
Miguel Bernal Marin 2018-09-04 11:02:49 -05:00
parent 2064b92c92
commit 987868f9b5
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,32 @@
From 56f2c1a71739def1fc4434233d22844ca2a77cb1 Mon Sep 17 00:00:00 2001
From: CHEN Gang <gang.c.chen@intel.com>
Date: Tue, 4 Sep 2018 14:32:05 +0800
Subject: [PATCH] tools: acrn-crashlog: correct usercrash-wrapper path
This patch is to correct the path of usercrash-wrapper.
Tracked-On: #1024
Signed-off-by: CHEN Gang <gang.c.chen@intel.com>
Reviewed-by: Zhi Jin <zhi.jin@intel.com>
Acked-by: Zhang Di <di.zhang@intel.com>
---
tools/acrn-crashlog/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/acrn-crashlog/Makefile b/tools/acrn-crashlog/Makefile
index baa4bbde..83e7bc45 100644
--- a/tools/acrn-crashlog/Makefile
+++ b/tools/acrn-crashlog/Makefile
@@ -67,8 +67,8 @@ install:
@install -p -D -m 0755 $(BUILDDIR)/usercrash/bin/debugger $(DESTDIR)/usr/bin/
@install -p -D -m 0755 $(BUILDDIR)/usercrash/bin/usercrash_c $(DESTDIR)/usr/bin/
@install -p -D -m 0755 $(BUILDDIR)/usercrash/bin/usercrash_s $(DESTDIR)/usr/bin/
- @install -p -D -m 0755 $(BUILDDIR)/usercrash/bin/usercrash-wrapper $(DESTDIR)/usr/bin/
@install -p -D -m 0755 data/acrnprobe_prepare.sh $(DESTDIR)/usr/bin/
+ @install -p -D -m 0755 data/usercrash-wrapper $(DESTDIR)/usr/bin/
@install -d $(DESTDIR)/usr/lib/systemd/system.conf.d/
@install -p -D -m 0644 data/40-watchdog.conf $(DESTDIR)/usr/lib/systemd/system.conf.d/
@install -d $(DESTDIR)/usr/share/defaults/telemetrics/
--
2.18.0

1
series Normal file
View File

@ -0,0 +1 @@
0001-tools-acrn-crashlog-correct-usercrash-wrapper-path.patch