diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-08 11:36:28 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-08 11:36:28 +0100 |
commit | 04ac27a7d25ea7396b7b84d662bff063d2f56b47 (patch) | |
tree | 756c7c252d85222ed27323b0c00212da658b68bf /resources/scripts/helpers/build | |
parent | 9d59354f68374584d135f8883ccc9270ca2b3885 (diff) | |
download | librebootfr-04ac27a7d25ea7396b7b84d662bff063d2f56b47.tar.gz librebootfr-04ac27a7d25ea7396b7b84d662bff063d2f56b47.zip |
build/release/docs: fix typo
Diffstat (limited to 'resources/scripts/helpers/build')
-rwxr-xr-x | resources/scripts/helpers/build/release/docs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/release/docs b/resources/scripts/helpers/build/release/docs index c89e69c3..523d1760 100755 --- a/resources/scripts/helpers/build/release/docs +++ b/resources/scripts/helpers/build/release/docs @@ -35,7 +35,7 @@ printf 'Deleting old documentation release archives\n' rm -f "${distdir}.tar.xz" printf '%s\n' "${version}" >"docs/version" -printf 'Creating compressed documentation archive at %s/\n' "${distdir}.tar.xz" +printf 'Creating compressed documentation archive at %s\n' "${distdir}.tar.xz" tar -c "docs/" | xz -9e >"${distdir}.tar.xz" rm -f "docs/version" |