diff --git a/config/rpm.am b/config/rpm.am index 8b33bb5b69..311c754d42 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 852ade021d..ce3f042947 100755 --- a/scripts/kmodtool +++ b/scripts/kmodtool @@ -64,7 +64,7 @@ print_akmodtemplate () cat <