summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Peter <megastep@megastep.org>2021-04-29 18:10:18 -0700
committerStephane Peter <megastep@megastep.org>2021-04-29 18:10:18 -0700
commitb2b116c242a3a3d9cc75b7e4c1c246094fcc423a (patch)
tree28c85be084de189fdd9b5feb519cdd8a1d2eff97
parentf8bd014082fb23b671e0a9cc27b0b40d3fb7f395 (diff)
downloadmakeself-b2b116c242a3a3d9cc75b7e4c1c246094fcc423a.tar.gz
ustar is the least bad of the bunch; FreeBSD might have other issues
-rwxr-xr-xmakeself.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeself.sh b/makeself.sh
index 64047ab..f9e63f7 100755
--- a/makeself.sh
+++ b/makeself.sh
@@ -668,7 +668,7 @@ tmparch="${TMPDIR:-/tmp}/mkself$$.tar"
\) -print \
| LC_ALL=C sort \
| sed 's/./\\&/g' \
- | xargs $TAR $TAR_EXTRA --format pax -$TAR_ARGS "$tmparch"
+ | xargs $TAR $TAR_EXTRA --format ustar -$TAR_ARGS "$tmparch"
) || {
echo "ERROR: failed to create temporary archive: $tmparch"
rm -f "$tmparch" "$tmpfile"