From: trojan Date: Wed, 12 May 2004 13:40:52 +0000 (+0000) Subject: - fix for last change (when DISPLAY is already unset) X-Git-Tag: auto/ac/rpm-4_3-0_20040107_19~5 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=7febf367b6ef5e5096d86f0e0c1725ff95fe266e;p=packages%2Frpm.git - fix for last change (when DISPLAY is already unset) Changed files: rpm.macros -> 1.151 --- diff --git a/rpm.macros b/rpm.macros index 2d10cc0..f1cc633 100644 --- a/rpm.macros +++ b/rpm.macros @@ -105,20 +105,20 @@ %%prep\ LANG=C\ export LANG\ -unset DISPLAY\ +unset DISPLAY ||:\ %{nil} %build %%build\ LANG=C\ export LANG\ -unset DISPLAY\ +unset DISPLAY ||:\ %{nil} %install %{?_enable_debug_packages:%{?buildsubdir:%{debug_package}}}\ %%install\ LANG=C\ export LANG\ -unset DISPLAY\ +unset DISPLAY ||:\ %{nil} # ------------------------------------------------------------------------