diff options
author | Ulrich Klauer <ulrich@chirlu.de> | 2013-03-06 00:48:59 (GMT) |
---|---|---|
committer | Ulrich Klauer <ulrich@chirlu.de> | 2013-03-06 12:18:03 (GMT) |
commit | 47ca11e3214e33c82d307a2265d614de67334759 (patch) | |
tree | 96273e98f29c256ceb373786deae14897bba67c4 /src/ocaml-xml-light.mk | |
parent | 0bec7387ab96ff69b5066afbf382fdba2e0b912b (diff) | |
download | mxe-47ca11e3214e33c82d307a2265d614de67334759.zip mxe-47ca11e3214e33c82d307a2265d614de67334759.tar.gz mxe-47ca11e3214e33c82d307a2265d614de67334759.tar.bz2 |
Fix ocaml-xml-light section in index.html
In index.html, use the full name of package ocaml-xml-light and fix
the website link (used to 404). Also change the URL in the
src/ocaml-xml-light.mk UPDATE section accordingly.
Diffstat (limited to 'src/ocaml-xml-light.mk')
-rw-r--r-- | src/ocaml-xml-light.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ocaml-xml-light.mk b/src/ocaml-xml-light.mk index 20aee24..9ea8276 100644 --- a/src/ocaml-xml-light.mk +++ b/src/ocaml-xml-light.mk @@ -10,7 +10,7 @@ $(PKG)_URL := http://tech.motion-twin.com/zip/$($(PKG)_FILE) $(PKG)_DEPS := gcc ocaml-findlib define $(PKG)_UPDATE - $(WGET) -q -O- 'http://tech.motion-twin.com/xmllight' | \ + $(WGET) -q -O- 'http://tech.motion-twin.com/xmllight.html' | \ $(SED) -n 's,.*xml-light-\(.*\)\.zip.*,\1,ip' | \ head -1 endef |