Skip to content

Commit

Permalink
Generate url file with Github download link
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Nov 11, 2017
1 parent 15bda87 commit 92c1dea
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 @@ -98,7 +98,7 @@ $(TARBALL): $(DIST_FILES)
opam: $(TARBALL)
$(INSTALL_MKDIR) $(OPAM_DIR)
$(CP) -a $(filter-out %~, $(wildcard opam/*)) $(OPAM_DIR)
echo "archive: \"`pwd`/$(TARBALL)\"" > $(OPAM_DIR)/url
echo "archive: \"https://github.com/ocaml/tuareg/releases/download/$(VERSION)/$(TARBALL)\"" > $(OPAM_DIR)/url
echo "checksum: \"`md5sum $(TARBALL) | cut -d ' ' -f 1`\"" \
>> $(OPAM_DIR)/url

Expand Down

0 comments on commit 92c1dea

Please sign in to comment.