aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-07-03 00:45:25 +0000
committermerakor <cem@ckyln.com>2021-07-03 00:45:25 +0000
commit1e8969f315c2c0a9cc465de6717e41d595260d45 (patch)
tree3de9ab7d3b2875e7ddbaba2dde40889b3593c7a5
parentb47ffbf5fa8929f82c2f471258cdba2c810d3a2b (diff)
downloadcpt-1e8969f315c2c0a9cc465de6717e41d595260d45.tar.gz
cpt-export: use pax(1)
FossilOrigin-Name: df18461dc88a16dd3e87723b99ae09a3b54ea4a8db68ff537a670ce6ea1247e1
-rwxr-xr-xcontrib/cpt-export2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cpt-export b/contrib/cpt-export
index 300c7c4..0e6ce6f 100755
--- a/contrib/cpt-export
+++ b/contrib/cpt-export
@@ -45,7 +45,7 @@ eval set -- "$(sed '/\/$/d;s|^|".|;s|$|"|' \
# Turn the list of files back into a package.
cd "$CPT_ROOT/"
-tar cf - -- "$@" |
+pax -w -- "$@" |
case "$CPT_COMPRESS" in
bz2) bzip2 -z ;;