Skip to content

Commit 27d6cf4

Browse files
committed
Print sha1sum in the format used by upstream/*.source files
1 parent 25751e6 commit 27d6cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dist:
4141

4242
upstream: dist
4343
mkdir -p $(UPSTREAM_SOFTWARE_DIR)/$(VERSION)
44-
sha1sum dist/$(NAME)-$(VERSION).tar.gz
4544
cp -ip dist/$(NAME)-$(VERSION).tar.gz $(UPSTREAM_SOFTWARE_DIR)/$(VERSION)
45+
cd /p/vdt/public/html/upstream && sha1sum $(NAME)/$(VERSION)/$(NAME)-$(VERSION).tar.gz | awk '{print $$2 " sha1sum="$$1}'
4646

4747
.PHONY: help install install-noconfig dist upstream

0 commit comments

Comments
 (0)