diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-16 00:10:59 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-16 00:10:59 +0000 |
commit | 4ea4aad327afc409043e7232a33c3bbb3aa260a4 (patch) | |
tree | 6dfcedb95d7a221297f06f093f34dacf410d081a /resources/scripts/helpers/build | |
parent | a55af2297d094cf0e6ea2874ac63aa70134ef30e (diff) | |
download | librebootfr-4ea4aad327afc409043e7232a33c3bbb3aa260a4.tar.gz librebootfr-4ea4aad327afc409043e7232a33c3bbb3aa260a4.zip |
biuld/release/archives: Put libreboot_docs.tar.xz in release/
A typo in the previous commit meant that it was being placed in
the main directory of the git clone.
Diffstat (limited to 'resources/scripts/helpers/build')
-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 fa666aac..b3c90dd2 100755 --- a/resources/scripts/helpers/build/release/archives +++ b/resources/scripts/helpers/build/release/archives @@ -73,7 +73,7 @@ cp -r ../docs/ libreboot_docs/ cat ../commitid > libreboot_docs/commitid # create lzma compressed docs archive -tar -c libreboot_docs | xz -9e >../libreboot_docs.tar.xz +tar -c libreboot_docs | xz -9e >libreboot_docs.tar.xz # the directory is no longer needed rm -rf libreboot_docs/ |