We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad673d commit b5fdc37Copy full SHA for b5fdc37
Makefile.packaging
@@ -145,9 +145,9 @@ package: gpg-key $(PACKAGES_DIR) #### Create final packages for all supported di
145
# Create tarball containing all packages
146
@echo "Creating tarball: $(TARBALL_NAME)"; \
147
rm -f $(PACKAGES_DIR)/$(TARBALL_NAME); \
148
- pushd $(PACKAGES_DIR) > /dev/null; \
+ cd $(PACKAGES_DIR); \
149
tar -czvf "./$(TARBALL_NAME)" *; \
150
- popd > /dev/null; \
+ cd ../.. \
151
ls -la $(PACKAGES_DIR)/$(TARBALL_NAME);
152
153
.PHONY: gpg-key
0 commit comments