Skip to content

Commit 768be09

Browse files
authored
remove copy to AZURE directory (#1196)
1 parent 9c80fd7 commit 768be09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.packaging

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ package: $(PACKAGES_DIR) #### Create final packages for all supported distros
111111
find $(PACKAGES_DIR)/apk ;\
112112

113113
# Create tarball containing all packages
114-
cd $(PACKAGES_DIR) && tar -czvf "./$(TARBALL_NAME)" * && cd ../.. && cp "${PACKAGES_DIR}/$(TARBALL_NAME)"; \
114+
cd $(PACKAGES_DIR) && tar -czvf "./$(TARBALL_NAME)" * && cd ../..; \
115115

116116
.PHONY: gpg-key
117117
gpg-key: ## Generate GPG public key

0 commit comments

Comments
 (0)