diff options
Diffstat (limited to 'coreboot.git.spec')
-rw-r--r-- | coreboot.git.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/coreboot.git.spec b/coreboot.git.spec index 392e35e..a0420cf 100644 --- a/coreboot.git.spec +++ b/coreboot.git.spec @@ -50,7 +50,10 @@ function do_build() { mkdir rpm.doc mkdir rpm.bin -unset CC # pick up coreboot toolchain in /usr/local/bin +# pick up coreboot toolchain in /usr/local/bin +PATH="/usr/local/bin:$PATH" +unset CC + do_build %{SOURCE10} coreboot-i440fx-seabios do_build %{SOURCE11} coreboot-i440fx-seabios-corevga do_build %{SOURCE12} coreboot-i440fx-tianocore |