[PATCH 1/2][SRU][Disco] UBUNTU: vbox-update: updates for renamed makefiles

Seth Forshee seth.forshee at canonical.com
Thu Apr 18 13:16:48 UTC 2019


BugLink: https://bugs.launchpad.net/bugs/1825210

Some shuffling of makefiles is causing our KERN_DIR fixup to
fail. Update vbox-update to use the new file names.

Signed-off-by: Seth Forshee <seth.forshee at canonical.com>
---
 ubuntu/vbox-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ubuntu/vbox-update b/ubuntu/vbox-update
index 45911fc54e9c..0fafb5611e27 100755
--- a/ubuntu/vbox-update
+++ b/ubuntu/vbox-update
@@ -38,7 +38,7 @@ do
 done
 
 # Fix up KERN_DIR to point at the kernel source tree
-for make in vbox/*/Makefile.include.header
+for make in vbox/*/Makefile-header.gmk
 do
 	sed -i -e 's/^\s*KERN_DIR := .*$/KERN_DIR := $(srctree)/' $make
 done
-- 
2.20.1




More information about the kernel-team mailing list