]> git.pld-linux.org Git - packages/rpm-pld-macros.git/commitdiff
- silent aclocal when not installed
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 27 Apr 2010 08:38:09 +0000 (08:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.558

rpm.macros

index ce8c0ba7a64580fc7dd74a11d739295dbcd1a065..ec01bcabc975e5a66c5ae89d1d3868833446e658 100644 (file)
@@ -350,7 +350,7 @@ CXXFLAGS="%{rpmcxxflags}" \
 %{nil}
 
 # Location of autoconf macros
-%_aclocaldir   %{expand:%%global _aclocaldir %(aclocal --print-ac-dir || echo ERROR)}%_aclocaldir
+%_aclocaldir   %{expand:%%global _aclocaldir %(aclocal --print-ac-dir 2>/dev/null || echo ERROR)}%_aclocaldir
 
 # Location of omf files
 %_omf_dest_dir %{expand:%%global _omf_dest_dir %(scrollkeeper-config --omfdir || echo ERROR)}%_omf_dest_dir
This page took 0.261003 seconds and 4 git commands to generate.