Remove piping to dev-null in dot -c

This commit is contained in:
Oliver Falk 2005-08-29 12:53:11 +00:00
parent 2bac0a2914
commit 8e951211ea
1 changed files with 3 additions and 3 deletions

View File

@ -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