We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cd212 commit c558024Copy full SHA for c558024
Makefile
@@ -71,7 +71,7 @@ package: clean vendor
71
mkdir -p tmp/$$NAME; \
72
cp -r * tmp/$$NAME; \
73
rm -rf tmp/$$NAME/$(BUILD_DIR) tmp/$$NAME/$(BIN_DIR); \
74
- tar -czf $(BUILD_DIR)/$$TARBALL -C tmp $$NAME; \
+ tar --no-xattrs -czf $(BUILD_DIR)/$$TARBALL -C tmp $$NAME; \
75
rm -rf tmp/$$NAME; \
76
done
77
@rm -rf tmp
0 commit comments