diff options
Diffstat (limited to 'coreboot.git.spec')
-rw-r--r-- | coreboot.git.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coreboot.git.spec b/coreboot.git.spec index a0420cf..0aad0c9 100644 --- a/coreboot.git.spec +++ b/coreboot.git.spec @@ -8,6 +8,7 @@ Summary: open source x86 firmware Group: Applications/Emulators License: GPLv2+ Source0: coreboot.git-g0cc33da.tar.xz +Source1: 3rdparty-vboot-gfbf631c.tar.gz Source10: config.i440fx.seabios Source11: config.i440fx.seabios.corevga @@ -35,6 +36,8 @@ coreboot tools %prep %setup -q -n %{name} +cd %{name} +tar xf %{SOURCE1} %build function do_build() { |