8000
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 9c80fd7 commit 768be09Copy full SHA for 768be09
Makefile.packaging
@@ -111,7 +111,7 @@ package: $(PACKAGES_DIR) #### Create final packages for all supported distros
111
find $(PACKAGES_DIR)/apk ;\
112
113
# Create tarball containing all packages
114
- cd $(PACKAGES_DIR) && tar -czvf "./$(TARBALL_NAME)" * && cd ../.. && cp "${PACKAGES_DIR}/$(TARBALL_NAME)"; \
+ cd $(PACKAGES_DIR) && tar -czvf "./$(TARBALL_NAME)" * && cd ../..; \
115
116
.PHONY: gpg-key
117
gpg-key: ## Generate GPG public key
0 commit comments