From: Turbo Fredriksson Date: Mon, 9 Jun 2014 21:27:09 +0000 (+0200) Subject: Set LANG to a reasonable default (C) X-Git-Tag: zfs-0.7.12~1756 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=0f629346bb335d8521600ae1491884fe8a8a2d27;p=mirror_zfs.git Set LANG to a reasonable default (C) Set LANG=C before calling 'rpmbuild' to avoid rpmbuild failing on the translated date string in the changelog. Signed-off-by: Turbo Fredriksson Signed-off-by: Brian Behlendorf Closes: zfsonlinux/spl#306 --- diff --git a/config/rpm.am b/config/rpm.am index 8b33bb5b6..311c754d4 100644 --- a/config/rpm.am +++ b/config/rpm.am @@ -63,7 +63,7 @@ srpm-common: dist rpmbuild="$$rpmbuild" \ rpmspec="$$rpmspec" \ rpm-local || exit 1; \ - $(RPMBUILD) \ + LANG=C $(RPMBUILD) \ --define "_tmppath $$rpmbuild/TMP" \ --define "_topdir $$rpmbuild" \ $(def) -bs $$rpmbuild/SPECS/$$rpmspec || exit 1; \ @@ -79,7 +79,7 @@ rpm-common: rpmbuild="$$rpmbuild" \ rpmspec="$$rpmspec" \ rpm-local || exit 1; \ - ${RPMBUILD} \ + LANG=C ${RPMBUILD} \ --define "_tmppath $$rpmbuild/TMP" \ --define "_topdir $$rpmbuild" \ $(def) --rebuild $$rpmpkg || exit 1; \ diff --git a/scripts/kmodtool b/scripts/kmodtool index 852ade021..ce3f04294 100755 --- a/scripts/kmodtool +++ b/scripts/kmodtool @@ -64,7 +64,7 @@ print_akmodtemplate () cat <