summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-16 19:32:33 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-16 19:32:33 (EDT)
commit32fb97377d5cfa117e5e392d085f0811ce718b23 (patch)
treeae7281b9a7d634348c65d6f59b6fda658bdc9a14
parentac08113ec30e5a59b2376bd8c0dd335807e24ee2 (diff)
downloadlibreboot-32fb97377d5cfa117e5e392d085f0811ce718b23.zip
libreboot-32fb97377d5cfa117e5e392d085f0811ce718b23.tar.gz
libreboot-32fb97377d5cfa117e5e392d085f0811ce718b23.tar.bz2
build/release/archives: fix typo
-rwxr-xr-xresources/scripts/helpers/build/release/archives2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/release/archives b/resources/scripts/helpers/build/release/archives
index 599900d..ca67821 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