summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lensfun.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lensfun.mk b/src/lensfun.mk
index 5dfa97e..f8b5e70 100644
--- a/src/lensfun.mk
+++ b/src/lensfun.mk
@@ -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