Generate plugin config with dot -c not -V
This commit is contained in:
parent
587d39c911
commit
2bac0a2914
@ -125,15 +125,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc __doc/*
|
%doc __doc/*
|
||||||
|
|
||||||
# run "dot -V" to generate plugin config in %{_libdir}/%{name}/config
|
# run "dot -c" to generate plugin config in %{_libdir}/%{name}/config
|
||||||
%post
|
%post
|
||||||
%{_bindir}/dot -V 2>/dev/null
|
%{_bindir}/dot -c 2>/dev/null
|
||||||
|
|
||||||
%post tcl
|
%post tcl
|
||||||
%{_bindir}/dot -V 2>/dev/null
|
%{_bindir}/dot -c 2>/dev/null
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%{_bindir}/dot -V 2>/dev/null
|
%{_bindir}/dot -c 2>/dev/null
|
||||||
|
|
||||||
%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