]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- unset LINGUAS in %%prep %%build and %%install (conflict with gettext) auto/th/rpm-4_4_1-0_2 auto/th/rpm-4_4_1-0_3
authorArtur Frysiak <artur@frysiak.net>
Mon, 14 Mar 2005 14:59:56 +0000 (14:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.192

rpm.macros

index e050d0990ab20d5f95c13d7fe370b4e21a2420b7..f1e5395cdfc054e36bc625b730b4714d40ed975c 100644 (file)
 LANG=C\
 export LANG\
 unset DISPLAY ||:\
+unset LINGUAS ||:\
 %{nil}
 
 %build %%build\
 LANG=C\
 export LANG\
 unset DISPLAY ||:\
+unset LINGUAS ||:\
 %{nil}
 
 %install %{?_enable_debug_packages:%{?buildsubdir:%{debug_package}}}\
@@ -125,6 +127,7 @@ unset DISPLAY ||:\
 LANG=C\
 export LANG\
 unset DISPLAY ||:\
+unset LINGUAS ||:\
 %{nil}
 
 # ------------------------------------------------------------------------
This page took 0.035881 seconds and 4 git commands to generate.