diff options
Diffstat (limited to 'config/rpm.am')
-rw-r--r-- | config/rpm.am | 4 |
1 files changed, 2 insertions, 2 deletions
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; \ |