Skip to content

Commit

Permalink
Confirm copy for make upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Jan 29, 2020
1 parent 76e5489 commit b89e4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ dist:
upstream: dist
mkdir -p $(UPSTREAM_SOFTWARE_DIR)/$(VERSION)
sha1sum dist/$(NAME)-$(VERSION).tar.gz
cp -p dist/$(NAME)-$(VERSION).tar.gz $(UPSTREAM_SOFTWARE_DIR)/$(VERSION)
cp -ip dist/$(NAME)-$(VERSION).tar.gz $(UPSTREAM_SOFTWARE_DIR)/$(VERSION)

.PHONY: help install install-noconfig dist upstream

0 comments on commit b89e4a6

Please sign in to comment.