Skip to content

Commit 5178493

Browse files
committed
fix: J for xz instead of j make-vendored-tarfile.sh
Signed-off-by: Irene Diez <idiez@redhat.com>
1 parent 15ea01d commit 5178493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make-vendored-tarfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ rm -rf winapi-x86_64-pc-windows-gnu/lib/*
1111
rm -rf winapi-i686-pc-windows-gnu/lib/*
1212
rm -rf vcpkg/test-data
1313
popd #vendor
14-
tar cjf fido-device-onboard-rs-$ver-vendor-patched.tar.xz vendor/
14+
tar cJf fido-device-onboard-rs-$ver-vendor-patched.tar.xz vendor/

0 commit comments

Comments
 (0)