Skip to content

Commit

Permalink
XENFRED-4897 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
kpiot123 committed Sep 11, 2023
1 parent 21414b6 commit b489baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-websites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build_docx_manual() {
cat "docs/$productName/$versionName/metadata.yaml" "$buildDir/extracted.md" > "$buildDir/normalized.md"
rm "$buildDir/extracted.md"
mkdir -p "build/normalized/$productName"
tar cf "build/normalized/$productName/$versionName.tar" --portability -C "$buildDir" .
tar cfv "build/normalized/$productName/$versionName.tar" --portability -C "$buildDir" .
sync
}

Expand Down

0 comments on commit b489baa

Please sign in to comment.