summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNiels Kristian Bech Jensen <nkbj1970@hotmail.com>2014-04-21 03:49:31 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-04-22 02:44:08 (GMT)
commitc211427d567be18bef6aa2c14b3f110270ca2276 (patch)
treec175ea4525cca43957f83a8c6196fefc6edeb298 /src
parent555558a9eaa2c0584235d6e75924b4b63ee1457f (diff)
downloadmxe-c211427d567be18bef6aa2c14b3f110270ca2276.zip
mxe-c211427d567be18bef6aa2c14b3f110270ca2276.tar.gz
mxe-c211427d567be18bef6aa2c14b3f110270ca2276.tar.bz2
Use $(SORT) variable in lensfun.mk
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
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