summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/files/1838703
blob: 765eedacfacd203bb472a5766c89dde1cf9cb35f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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",