diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-09-07 15:19:27 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-09-07 15:19:27 (GMT) |
commit | d7a8d21b8cf6f7850c3c87e516bbb88a54e77a78 (patch) | |
tree | 1bb2ceb901852cc4f866d7e4b93f7ad6bc6d992f /src/opus.mk | |
parent | 196781622f2646c0058d1f8a6311c6dd2c3b2ef0 (diff) | |
download | mxe-d7a8d21b8cf6f7850c3c87e516bbb88a54e77a78.zip mxe-d7a8d21b8cf6f7850c3c87e516bbb88a54e77a78.tar.gz mxe-d7a8d21b8cf6f7850c3c87e516bbb88a54e77a78.tar.bz2 |
packages opus opusfile: use $(SORT) variable
Diffstat (limited to 'src/opus.mk')
-rw-r--r-- | src/opus.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opus.mk b/src/opus.mk index 994405c..2e57505 100644 --- a/src/opus.mk +++ b/src/opus.mk @@ -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 |