diff options
-rwxr-xr-x | contrib/cpt-export | 2 |
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 ;; |