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 99dcc77 commit 5f5ae3bCopy full SHA for 5f5ae3b
Makefile
@@ -185,6 +185,6 @@ dist-only:
185
fi; \
186
187
echo "Packaging as: $${DIST_NAME}.tar.gz"; \
188
- cd build && tar -czf "../$${DIST_NAME}.tar.gz" dist/; \
+ cd build/dist && tar -czf "../../$${DIST_NAME}.tar.gz" . && cd ../..; \
189
echo "Distribution package created: $${DIST_NAME}.tar.gz"; \
190
- ls -lh "../$${DIST_NAME}.tar.gz"
+ ls -lh "$${DIST_NAME}.tar.gz"
0 commit comments