packages opus opusfile: use $(SORT) variable

This commit is contained in:
Tony Theodore 2013-09-08 01:19:27 +10:00
parent 196781622f
commit d7a8d21b8c
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ define $(PKG)_UPDATE
$(SED) -n 's,.*opus-\([0-9][^>]*\)\.tar.*,\1,p' | \
grep -v 'alpha' | \
grep -v 'beta' | \
sort -Vr | \
$(SORT) -Vr | \
head -1
endef

View File

@ -15,7 +15,7 @@ define $(PKG)_UPDATE
$(SED) -n 's,.*opusfile-\([0-9][^>]*\)\.tar.*,\1,p' | \
grep -v 'alpha' | \
grep -v 'beta' | \
sort -Vr | \
$(SORT) -Vr | \
head -1
endef