diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-09-11 05:22:34 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-09-11 05:22:34 +0100 |
commit | 455a1c32b5d2da4ca693b7e7ea46012c6cad02f0 (patch) | |
tree | 75b6b992034ea6bab76fa4349a5c5223017135f0 | |
parent | 7cf6c3a3336fc5354d0a9d81d2c461ce8302c49a (diff) | |
download | librebootfr-455a1c32b5d2da4ca693b7e7ea46012c6cad02f0.tar.gz librebootfr-455a1c32b5d2da4ca693b7e7ea46012c6cad02f0.zip |
build-release: Include builddep-cbfstool in binary release archives.
-rwxr-xr-x | build-release | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-release b/build-release index bd034fa9..98a30c6f 100755 --- a/build-release +++ b/build-release @@ -164,6 +164,9 @@ rm -rf libreboot_bin/cbfstool_standalone/rmodule.c cp resources/cbfstool/patch/rmodule.c libreboot_bin/cbfstool_standalone/rmodule.c cp libreboot_src/coreboot/src/include/rmodule-defs.h libreboot_bin/cbfstool_standalone/rmodule-defs.h +# Include builddeps-cbfstool in binary release archive +cp builddeps-cbfstool libreboot_bin/ + # Create the release tarballs # ---------------------------------------------------------------------------------------------------------------------------- |