diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-11-20 11:09:12 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-11-20 11:09:12 +0100 |
commit | 5b957c1b3ee125d55952386daf85245ed0806c4b (patch) | |
tree | 6a9b7521f5c03f0dce48e6f2b289b8cdb9bc0990 | |
parent | 54ba403fc54d2010b61849b518355583d85da896 (diff) | |
download | seabios-5b957c1b3ee125d55952386daf85245ed0806c4b.tar.gz |
Revert "don't copy aml files"
This reverts commit 54ba403fc54d2010b61849b518355583d85da896.
-rw-r--r-- | seabios.git.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/seabios.git.spec b/seabios.git.spec index fb3e7dd..ee53b68 100644 --- a/seabios.git.spec +++ b/seabios.git.spec @@ -65,6 +65,7 @@ mkdir rpm.bin mkdir rpm.doc do_build %{SOURCE10} out/bios.bin cp out/bios.bin rpm.bin/bios-qemu.bin +cp out/src/fw/*dsdt*.aml rpm.bin/ cp .config rpm.doc/bios-qemu.config do_build %{SOURCE11} out/bios.bin |