Skip to content

Commit 36bd29a

Browse files
author
Micah Lee
committed
Fixing touch command to make xpi files deterministic
https://trac.torproject.org/projects/tor/ticket/9599
1 parent 57f9003 commit 36bd29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/merge-rulesets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ def rulesize():
8484

8585
# We make default.rulesets at build time, but it shouldn't have a variable
8686
# timestamp
87-
call(["touch", "-r", "chrome/content/rules", rulesets_fn])
87+
call(["touch", "-r", "install.rdf", rulesets_fn])
8888

0 commit comments

Comments
 (0)