Remove piping to dev-null in dot -c
This commit is contained in:
parent
2bac0a2914
commit
8e951211ea
@ -127,13 +127,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
# run "dot -c" to generate plugin config in %{_libdir}/%{name}/config
|
# run "dot -c" to generate plugin config in %{_libdir}/%{name}/config
|
||||||
%post
|
%post
|
||||||
%{_bindir}/dot -c 2>/dev/null
|
%{_bindir}/dot -c
|
||||||
|
|
||||||
%post tcl
|
%post tcl
|
||||||
%{_bindir}/dot -c 2>/dev/null
|
%{_bindir}/dot -c
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%{_bindir}/dot -c 2>/dev/null
|
%{_bindir}/dot -c
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 29 2005 Oliver Falk <oliver@linux-kernel.at> - 2.6-1
|
* Mon Aug 29 2005 Oliver Falk <oliver@linux-kernel.at> - 2.6-1
|
||||||
|
Loading…
Reference in New Issue
Block a user