aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2025-12-04 21:46:32 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2025-12-04 22:56:48 +0000
commit4dce75a1385bee1b5610eb26ae9bed33e863b271 (patch)
tree315cd5129123762e8c51564d7c9874ae844d7661 /Tools
parente0fa4d9a4fb2d5931faea20558721081cc7a4c1e (diff)
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/npmjs-fetch-with-dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/npmjs-fetch-with-dependencies.sh b/Tools/scripts/npmjs-fetch-with-dependencies.sh
index b440340d7e93..4884de6724fe 100755
--- a/Tools/scripts/npmjs-fetch-with-dependencies.sh
+++ b/Tools/scripts/npmjs-fetch-with-dependencies.sh
@@ -133,6 +133,6 @@ find ${PACKAGE_NAME_PURE}-${PACKAGE_VERSION} -type d -name '@*' -empty -delete
find ${PACKAGE_NAME_PURE}-${PACKAGE_VERSION} -and -exec touch -h -d 1970-01-01T00:00:00Z {} \;
find ${PACKAGE_NAME_PURE}-${PACKAGE_VERSION} -print0 | sort -z | \
- tar czf ${PACKAGE_TARBALL_OUTPUT} --format=bsdtar --gid 0 --uid 0 --options gzip:!timestamp --no-recursion --null -T -
+ tar czf ${PACKAGE_TARBALL_OUTPUT} --format=bsdtar --no-read-sparse --gid 0 --uid 0 --options gzip:!timestamp --no-recursion --null -T -
rm -rf ${PACKAGE_NAME_PURE}-${PACKAGE_VERSION}
echo "INFO: created package tarball with dependencies at: ${PACKAGE_TARBALL_OUTPUT}"