diff --git a/tix/tix-port b/tix/tix-port index de94c3da..bca008c6 100755 --- a/tix/tix-port +++ b/tix/tix-port @@ -444,8 +444,7 @@ strip_tix() {( $strip -d "$data_dir/sbin/"* 2>/dev/null || true (cd "$dir" && LC_ALL=C ls -A | grep -Ev '^tix$' | - tar --numeric-owner --owner=0 --group=0 -cJf port.tar.tix.xz tix -T -) - cp "$dir/port.tar.tix.xz" "$1" + tar --numeric-owner --owner=0 --group=0 -cJf "$1" tix -T -) rm -rf "$dir" )}