Generate plugin config with dot -c not -V

This commit is contained in:
Oliver Falk 2005-08-29 12:09:27 +00:00
parent 587d39c911
commit 2bac0a2914
1 changed files with 4 additions and 4 deletions

View File

@ -125,15 +125,15 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%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
%{_bindir}/dot -V 2>/dev/null
%{_bindir}/dot -c 2>/dev/null
%post tcl
%{_bindir}/dot -V 2>/dev/null
%{_bindir}/dot -c 2>/dev/null
%post devel
%{_bindir}/dot -V 2>/dev/null
%{_bindir}/dot -c 2>/dev/null
%changelog
* Mon Aug 29 2005 Oliver Falk <oliver@linux-kernel.at> - 2.6-1