Message ID | 20190418131649.23990-2-seth.forshee@canonical.com |
---|---|
State | New |
Headers | show |
Series | [1/2,SRU,Disco] UBUNTU: vbox-update: updates for renamed makefiles | expand |
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
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@canonical.com> --- ubuntu/vbox-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)