diff options
author | Richard Hughes <richard@hughsie.com> | 2015-03-06 18:47:28 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2015-03-06 18:47:28 +0000 |
commit | 4c1cf4744f29144093c260f66ff1c25d6cf02709 (patch) | |
tree | 6bd602c2f4f6cacae1881a2f7002f913fdb66b64 /data | |
parent | 5b50ec94099b0a9be6ba357354dd947990380e61 (diff) | |
download | appstream-glib-4c1cf4744f29144093c260f66ff1c25d6cf02709.tar.gz |
trivial: Make build more portable
Resolves https://github.com/hughsie/appstream-glib/issues/34
Diffstat (limited to 'data')
-rw-r--r-- | data/tests/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/tests/Makefile.am b/data/tests/Makefile.am index fb51e66..05bbcac 100644 --- a/data/tests/Makefile.am +++ b/data/tests/Makefile.am @@ -53,18 +53,18 @@ test_files = \ validate.xml.gz colorhug-als-2.0.0.cab: $(srcdir)/firmware/2_0_0/firmware.* - $(AM_V_GEN) touch -c -m -d"2000-01-01" $?; \ + $(AM_V_GEN) touch -c -m -d"2000-01-01T00:00:00" $?; \ $(GCAB) --create --nopath $@ \ $(srcdir)/firmware/2_0_0/firmware.bin \ $(srcdir)/firmware/2_0_0/firmware.inf colorhug-als-2.0.1.cab: $(srcdir)/firmware/2_0_1/firmware.* - $(AM_V_GEN) touch -c -m -d"2000-01-01" $?; \ + $(AM_V_GEN) touch -c -m -d"2000-01-01T00:00:00" $?; \ $(GCAB) --create --nopath $@ \ $(srcdir)/firmware/2_0_1/firmware.bin \ $(srcdir)/firmware/2_0_1/firmware.inf \ $(srcdir)/firmware/2_0_1/firmware.metainfo.xml colorhug-als-2.0.2.cab: $(srcdir)/firmware/2_0_2/firmware.* - $(AM_V_GEN) touch -c -m -d"2000-01-01" $?; \ + $(AM_V_GEN) touch -c -m -d"2000-01-01T00:00:00" $?; \ $(GCAB) --create --nopath $@ \ $(srcdir)/firmware/2_0_2/firmware.bin \ $(srcdir)/firmware/2_0_2/firmware.inf \ |