We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1880332 commit 86cb442Copy full SHA for 86cb442
1 file changed
scripts/dockcross-manylinux-build-tarball.sh
@@ -38,11 +38,11 @@ fi
38
39
# -----------------------------------------------------------------------
40
41
-tar -c --to-stdout \
+tar -cf ITKPythonBuilds-linux.tar \
42
ITKPythonPackage/ITK-* \
43
ITKPythonPackage/oneTBB* \
44
ITKPythonPackage/requirements-dev.txt \
45
- ITKPythonPackage/scripts > ITKPythonBuilds-linux.tar
+ ITKPythonPackage/scripts
46
$zstd_exe -f \
47
-10 \
48
-T6 \
0 commit comments