[tor-commits] [tor-messenger-build/master] Fix timestamp on instantbird files

boklm at torproject.org boklm at torproject.org
Fri Oct 16 18:53:24 UTC 2015


commit 8a2df1161ffe8b4eacf10b62cfc4399db38c3d96
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Fri Oct 16 20:51:41 2015 +0200

    Fix timestamp on instantbird files
---
 projects/tor-messenger/build |    1 +
 1 file changed, 1 insertion(+)

diff --git a/projects/tor-messenger/build b/projects/tor-messenger/build
index 94dba3b..c105299 100644
--- a/projects/tor-messenger/build
+++ b/projects/tor-messenger/build
@@ -13,6 +13,7 @@ mv bundle/instantbird bundle/Messenger
 [% ELSE -%]
 mkdir bundle/Messenger
 tar xf [% c('input_files_by_name/instantbird') %] -C bundle/Messenger --strip 1
+find bundle/Messenger -exec touch -m -t $(date -d @[% c('timestamp') %] +%Y%m%d%H%M) {} \;
 [% END -%]
 
 [% IF c("var/linux") -%]



More information about the tor-commits mailing list