diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-13 17:21:25 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-13 17:21:25 (EST) |
commit | 3fc7a9115cc351089558bd88d0b42b047ababb5c (patch) | |
tree | 5698f645e7506861de0c33103d10adfd212b5bc6 | |
parent | 85a0d62e4364fcf9051676504178e1ea56defc0e (diff) | |
download | libreboot-3fc7a9115cc351089558bd88d0b42b047ababb5c.zip libreboot-3fc7a9115cc351089558bd88d0b42b047ababb5c.tar.gz libreboot-3fc7a9115cc351089558bd88d0b42b047ababb5c.tar.bz2 |
build-release: fix typo in comment
-rwxr-xr-x | build-release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-release b/build-release index 11b2951..b2e522e 100755 --- a/build-release +++ b/build-release @@ -412,7 +412,7 @@ tar cfJ libreboot_src.tar.xz libreboot_src echo "Creating compressed libreboot_util release archive" -# create lzma compressed bin archive +# create lzma compressed util archive tar cfJ libreboot_util.tar.xz libreboot_util # ### Delete the uncompressed release directories |