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

boklm at torproject.org boklm at torproject.org
Sat Oct 17 14:22:50 UTC 2015


commit 1acef7f1d80d31098d774281e2ebcab9ffc7b7f9
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Sat Oct 17 16:16:26 2015 +0200

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

diff --git a/projects/tor-messenger/build b/projects/tor-messenger/build
index c105299..352d1f9 100644
--- a/projects/tor-messenger/build
+++ b/projects/tor-messenger/build
@@ -13,8 +13,8 @@ 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 -%]
+find bundle/Messenger -exec touch -m -t $(date -d @[% c('timestamp') %] +%Y%m%d%H%M) {} \;
 
 [% IF c("var/linux") -%]
 # remove non reproducible files (FIPS-140)



More information about the tor-commits mailing list