From 1d0cd0d7e283f34fe47c156513ad5c6654bd5bdc Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 1 Jan 2008 17:28:10 +0000 Subject: [PATCH] Attempt to correct problem with el4 builds where ruby bindings are installed under /usr/lib/site_ruby/ instead of the /usr/lib/ruby of later distros. --- graphviz.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphviz.spec.in b/graphviz.spec.in index 27e1a69ee..b02eee40d 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -454,7 +454,7 @@ Ruby extension for graphviz. %files ruby %defattr(-,root,root,-) -%{_libdir}/ruby* +%{_libdir}/*ruby* %{_mandir}/mann/gv_ruby.n* %endif -- 2.40.0