summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1838703
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/launchpad-without-comments/1838703')
-rw-r--r--results/scraper/launchpad-without-comments/183870313
1 files changed, 13 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1838703 b/results/scraper/launchpad-without-comments/1838703
new file mode 100644
index 000000000..99dd9733b
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1838703
@@ -0,0 +1,13 @@
+Makefile BUG in edk2 firmware install 4.1.0-rc3
+
+DESTDIR installs end up with wrong paths in JSON files installed to $prefix/share/qemu/firmware. For example, the file:
+
+  50-edk2-x86_64-secure.json
+
+ends up incorrectly with:
+
+  "filename": "/build/qemu/pkg/qemu/usr/share/qemu/edk2-x86_64-secure-code.fd",
+
+instead of the correct:
+
+  "filename": "/usr/share/qemu/edk2-x86_64-secure-code.fd",
\ No newline at end of file