summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build')
-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 fa666aa..b3c90dd 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/