summaryrefslogtreecommitdiffstats
path: root/src/ocaml-xml-light.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-12-15 06:14:00 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-12-15 06:14:00 (GMT)
commitc5aa156b4821fe296f0833b729d78570d49d2c77 (patch)
treefd832072517053bdbe55ac9aaecbb7623515c1ec /src/ocaml-xml-light.mk
parent59fe538bdbf4d66f653bf983447e34470b01046c (diff)
downloadmxe-c5aa156b4821fe296f0833b729d78570d49d2c77.zip
mxe-c5aa156b4821fe296f0833b729d78570d49d2c77.tar.gz
mxe-c5aa156b4821fe296f0833b729d78570d49d2c77.tar.bz2
ocaml packages: fix update scripts
Diffstat (limited to 'src/ocaml-xml-light.mk')
-rw-r--r--src/ocaml-xml-light.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ocaml-xml-light.mk b/src/ocaml-xml-light.mk
index b02c927..44c8992 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 := ocaml-findlib
define $(PKG)_UPDATE
- wget -q -O- 'http://tech.motion-twin.com/xmllight' | \
+ $(WGET) -q -O- 'http://tech.motion-twin.com/xmllight' | \
$(SED) -n 's,.*xml-light-\(.*\)\.zip.*,\1,ip' | \
head -1
endef