diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-06-27 14:02:55 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-06-27 14:02:55 (GMT) |
commit | 0441c162afa86da0bcc9de49899957d9486eb6f2 (patch) | |
tree | 33f35d19c15ba86722af597dd70ce8ba1d74d042 | |
parent | b7243e09a148af56aabbce4fe8d7014b93aceeb1 (diff) | |
download | mxe-0441c162afa86da0bcc9de49899957d9486eb6f2.zip mxe-0441c162afa86da0bcc9de49899957d9486eb6f2.tar.gz mxe-0441c162afa86da0bcc9de49899957d9486eb6f2.tar.bz2 |
package x264: portability fix for update macro
-rw-r--r-- | src/x264.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x264.mk b/src/x264.mk index 42c2171..4302541 100644 --- a/src/x264.mk +++ b/src/x264.mk @@ -10,7 +10,7 @@ $(PKG)_URL := http://download.videolan.org/pub/videolan/$(PKG)/snapshots/$( $(PKG)_DEPS := gcc define $(PKG)_UPDATE - date -d yesterday +%Y%m%d-2245 + $(DATE) -d yesterday +%Y%m%d-2245 endef define $(PKG)_BUILD |