Remove piping to dev-null in dot -c

This commit is contained in:
Oliver Falk 2005-08-29 12:53:11 +00:00
parent 5e83818552
commit a5240a1493
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $Id: graphviz.spec,v 1.16 2005/08/29 12:09:27 oliver Exp $ $Revision: 1.16 $
# $Id: graphviz.spec,v 1.17 2005/08/29 12:53:11 oliver Exp $ $Revision: 1.17 $
Summary: Graph Visualization Tools
Name: graphviz
@ -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 <oliver@linux-kernel.at> - 2.6-1