diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-17 00:32:33 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-17 00:32:33 +0100 |
commit | 32fb97377d5cfa117e5e392d085f0811ce718b23 (patch) | |
tree | ae7281b9a7d634348c65d6f59b6fda658bdc9a14 | |
parent | ac08113ec30e5a59b2376bd8c0dd335807e24ee2 (diff) | |
download | librebootfr-32fb97377d5cfa117e5e392d085f0811ce718b23.tar.gz librebootfr-32fb97377d5cfa117e5e392d085f0811ce718b23.zip |
build/release/archives: fix typo
-rwxr-xr-x | resources/scripts/helpers/build/release/archives | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives index 599900d7..ca678214 100755 --- a/resources/scripts/helpers/build/release/archives +++ b/resources/scripts/helpers/build/release/archives @@ -450,7 +450,7 @@ printf "Compressing libreboot_util/ into libreboot_util.tar.xz\n" tar -c libreboot_util | xz -9e >libreboot_util.tar.xz printf "Compressing libreboot_crossgcc/ into libreboot_crossgcc.tar.xz\n" -# create lzma compressed util archive +# create lzma compressed crossgcc archive tar -c libreboot_crossgcc | xz -9e >libreboot_crossgcc.tar.xz # Move the archives to the release directory |