Skip to content

Commit

Permalink
change gnutar to gtar...
Browse files Browse the repository at this point in the history
  • Loading branch information
beaudu committed Nov 28, 2024
1 parent 80e21fa commit 9c723c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PACK/build-mac
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ fi
log "Building tar archive and checksum files"
echo -n "Creating $ARCHIVES_SUBDIR/$ARCHIVE_TAR_FILENAME... "
( cd $ARCHIVES_SUBDIR && \
gnutar czf "./$ARCHIVE_TAR_FILENAME" \
gtar czf "./$ARCHIVE_TAR_FILENAME" \
--owner=0 --group=0 --numeric-owner --no-recursion \
--verbatim-files-from --files-from="$manifest_filename" )
echo "done."
Expand Down

0 comments on commit 9c723c4

Please sign in to comment.