--- ./Makefile	2023-01-31 12:04:46.000000000 -0500
+++ ./Makefile	2023-01-31 13:47:20.000000000 -0500
@@ -92,7 +92,7 @@
 	@echo ">> bundling npm licenses"
 	rm -f $(REACT_APP_NPM_LICENSES_TARBALL) npm_licenses
 	ln -s . npm_licenses
-	find npm_licenses/$(UI_NODE_MODULES_PATH) -iname "license*" | tar cfj $(REACT_APP_NPM_LICENSES_TARBALL) --files-from=-
+	find npm_licenses/$(UI_NODE_MODULES_PATH) -iname "license*" | gnutar cfj $(REACT_APP_NPM_LICENSES_TARBALL) --files-from=-
 	rm -f npm_licenses
 
 .PHONY: tarball
