Locale hack.

This commit is contained in:
Elliot Lee 2002-06-12 21:04:24 +00:00
parent 99968383d1
commit 668485e883
1 changed files with 14 additions and 0 deletions

14
macros
View File

@ -112,4 +112,18 @@
#%defattr(-,root,root,-)\
#%{nil}
# Bad hack to set $LANG to C during all RPM builds
%prep %%prep\
LANG=C\
export LANG\
%{nil}
%build %%build\
LANG=C\
export LANG\
%{nil}
%install %%install\
LANG=C\
export LANG\
%{nil}