set LC_ALL in ikiwiki build to ensure deterministic build in other locales

smcv suggeted using C.UTF-8, but I want this to work beyond Debian, so went
with C, which seems to work ok.
This commit is contained in:
Joey Hess 2015-06-14 10:51:48 -04:00
parent 4ec4562e36
commit 0e8f23fa06

View file

@ -73,7 +73,8 @@ man:
mkdir -p man
docs: mans
TZ=UTC $(IKIWIKI) doc html -v --wikiname git-annex --plugin=goodstuff \
LC_ALL=C TZ=UTC $(IKIWIKI) doc html -v --wikiname git-annex \
--plugin=goodstuff \
--no-usedirs --disable-plugin=openid --plugin=sidebar \
--underlaydir=/dev/null --set deterministic=1 \
--disable-plugin=shortcut --disable-plugin=smiley \