]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- handle missing binaries
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 13 Mar 2008 23:30:52 +0000 (23:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.442

rpm.macros

index 83eca56e7ce3e9bee2c18170b64c53833c7e9077..3ee14dee727d62aff9f09120ce3e79bb33439bca 100644 (file)
@@ -219,10 +219,10 @@ CXXFLAGS="%{rpmcxxflags}" \
 %{nil}
 
 # Location of autoconf macros
-%_aclocaldir   %{expand:%%global _aclocaldir %(aclocal --print-ac-dir)}%_aclocaldir
+%_aclocaldir   %{expand:%%global _aclocaldir %(aclocal --print-ac-dir || echo ERROR)}%_aclocaldir
 
 # Location of omf files
-%_omf_dest_dir %{expand:%%global _omf_dest_dir %(scrollkeeper-config --omfdir)}%_omf_dest_dir
+%_omf_dest_dir %{expand:%%global _omf_dest_dir %(scrollkeeper-config --omfdir || echo ERROR)}%_omf_dest_dir
 
 # Location of pkgconfig files
 %_pkgconfigdir /usr/%{_lib}/pkgconfig
This page took 0.042249 seconds and 4 git commands to generate.