From 2bac0a29143f6bdf5c06ad24f703287667ef7540 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Mon, 29 Aug 2005 12:09:27 +0000 Subject: [PATCH] Generate plugin config with dot -c not -V --- graphviz.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/graphviz.spec b/graphviz.spec index 80f24d7..f96c8b4 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -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 - 2.6-1