This repository was archived by the owner on Aug 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -276,16 +276,16 @@ changelog: ## Outputs the changes since the last version committed
276
276
column -s " " -t | \
277
277
sed -e ' s/^/ * /'
278
278
279
- $(DISTPKGDIR ) /nginx-wrapper-$(PLATFORM ) _$(ARCH ) -$(VERSION ) .gz : app
279
+ $(DISTPKGDIR ) /nginx-wrapper-$(PLATFORM ) _$(ARCH ) -v $(VERSION ) .gz : app
280
280
$(info $(M ) building compressed binary of nginx-wrapper app for $(PLATFORM ) _$(ARCH ) )
281
281
$Q mkdir -p $(DISTPKGDIR )
282
- $Q gzip --stdout --name --best $(OUTPUT_DIR ) /nginx-wrapper > $(DISTPKGDIR ) /nginx-wrapper-$(PLATFORM ) _$(ARCH ) -$(VERSION ) .gz
282
+ $Q gzip --stdout --name --best $(OUTPUT_DIR ) /nginx-wrapper > $(DISTPKGDIR ) /nginx-wrapper-$(PLATFORM ) _$(ARCH ) -v $(VERSION ) .gz
283
283
284
- $(DISTPKGDIR ) /nginx-wrapper-$(PLATFORM ) _$(ARCH ) -$(VERSION ) .gz.sha256sum : $(DISTPKGDIR ) /nginx-wrapper-$(PLATFORM ) _$(ARCH ) -$(VERSION ) .gz
284
+ $(DISTPKGDIR ) /nginx-wrapper-$(PLATFORM ) _$(ARCH ) -v $(VERSION ) .gz.sha256sum : $(DISTPKGDIR ) /nginx-wrapper-$(PLATFORM ) _$(ARCH ) -v $(VERSION ) .gz
285
285
$(info $(M ) writing SHA256 checksum of nginx-wrapper app)
286
- $Q cd $(DISTPKGDIR ) ; sha256sum nginx-wrapper-$(PLATFORM ) _$(ARCH ) -$(VERSION ) .gz > nginx-wrapper-$(PLATFORM ) _$(ARCH ) -$(VERSION ) .gz.sha256sum
286
+ $Q cd $(DISTPKGDIR ) ; sha256sum nginx-wrapper-$(PLATFORM ) _$(ARCH ) -v $(VERSION ) .gz > nginx-wrapper-$(PLATFORM ) _$(ARCH ) -v $(VERSION ) .gz.sha256sum
287
287
288
- package : $(DISTPKGDIR ) /nginx-wrapper-$(PLATFORM ) _$(ARCH ) -$(VERSION ) .gz.sha256sum # # Builds packaged artifact of app
288
+ package : $(DISTPKGDIR ) /nginx-wrapper-$(PLATFORM ) _$(ARCH ) -v $(VERSION ) .gz.sha256sum # # Builds packaged artifact of app
289
289
290
290
.PHONY : clean
291
291
clean : ; $(info $(M ) cleaning...) @ # # Cleanup everything
You can’t perform that action at this time.
0 commit comments