diff options
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index cf78788f..ca21c5b6 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -595,7 +595,7 @@ second_build() { NEW_NUM_CPU=$NUM_CPU # on amd64+i386 we vary this based on node choices (by design), on armhf only sometimes. # differ locale+language depending on the architecture (mostly for readability by different people…) case $ARCH in - armel) locale=it_CH + armhf) locale=it_CH language=it ;; i386) locale=de_CH |