package ocaml-flexdll: fix update script

This commit is contained in:
Tony Theodore 2012-12-12 22:47:38 +11:00
parent 1223f88687
commit 9e8cc40d9d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ $(PKG)_URL := http://alain.frisch.fr/flexdll/$($(PKG)_FILE)
$(PKG)_DEPS := gcc ocaml-native
define $(PKG)_UPDATE
wget -q -O- 'http://alain.frisch.fr/flexdll/' | \
wget -q -O- 'http://alain.frisch.fr/flexdll/?C=M;O=D' | \
$(SED) -n 's,.*flexdll-\([0-9][^>]*\)\.tar.gz.*,\1,ip' | \
head -1
endef