Use $(SORT) variable in lensfun.mk

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Niels Kristian Bech Jensen 2014-04-21 05:49:31 +02:00 committed by Timothy Gu
parent a2bf78270f
commit 50e081c0e7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ $(PKG)_DEPS := gcc libpng glib libgnurx
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://sourceforge.net/projects/lensfun/files/' | \
$(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \
sort -V | \
$(SORT) -V | \
tail -1
endef