Skip to content

Commit 92c1dea

Browse files
committed
Generate url file with Github download link
1 parent 15bda87 commit 92c1dea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ $(TARBALL): $(DIST_FILES)
9898
opam: $(TARBALL)
9999
$(INSTALL_MKDIR) $(OPAM_DIR)
100100
$(CP) -a $(filter-out %~, $(wildcard opam/*)) $(OPAM_DIR)
101-
echo "archive: \"`pwd`/$(TARBALL)\"" > $(OPAM_DIR)/url
101+
echo "archive: \"https://github.com/ocaml/tuareg/releases/download/$(VERSION)/$(TARBALL)\"" > $(OPAM_DIR)/url
102102
echo "checksum: \"`md5sum $(TARBALL) | cut -d ' ' -f 1`\"" \
103103
>> $(OPAM_DIR)/url
104104

0 commit comments

Comments
 (0)