From 8e951211ea797d97a6f6f2106cd9c919a477569c Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Aug 29 2005 12:53:11 +0000 Subject: Remove piping to dev-null in dot -c --- diff --git a/graphviz.spec b/graphviz.spec index f96c8b4..b1ac476 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -127,13 +127,13 @@ rm -rf $RPM_BUILD_ROOT # run "dot -c" to generate plugin config in %{_libdir}/%{name}/config %post -%{_bindir}/dot -c 2>/dev/null +%{_bindir}/dot -c %post tcl -%{_bindir}/dot -c 2>/dev/null +%{_bindir}/dot -c %post devel -%{_bindir}/dot -c 2>/dev/null +%{_bindir}/dot -c %changelog * Mon Aug 29 2005 Oliver Falk - 2.6-1