Skip to content

Commit 7c92337

Browse files
lambyhatapitk
authored andcommitted
Make the build reproducible
1 parent 9c49a15 commit 7c92337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $(patsubst %,mozvoikko-$(VERSION)/%, $(sort $(SOURCE_FILES))): mozvoikko-$(VERSI
1818

1919
mozvoikko2:
2020
rm -vf mozvoikko2.xpi
21-
zip -9 mozvoikko2.xpi $(XPI_FILES) $(shell find voikko -type f '!' -name '.*' '!' -path 'voikko*/.*')
21+
TZ=UTC zip -9 mozvoikko2.xpi $(XPI_FILES) $(shell find voikko -type f '!' -name '.*' '!' -path 'voikko*/.*')
2222

2323
clean:
2424
rm -f mozvoikko-$(VERSION).tar.gz mozvoikko2.xpi

0 commit comments

Comments
 (0)