]> granicus.if.org Git - graphviz/commitdiff
Attempt to correct problem with el4 builds where ruby bindings are
authorellson <devnull@localhost>
Tue, 1 Jan 2008 17:28:10 +0000 (17:28 +0000)
committerellson <devnull@localhost>
Tue, 1 Jan 2008 17:28:10 +0000 (17:28 +0000)
  installed under /usr/lib/site_ruby/  instead of the /usr/lib/ruby of later distros.

graphviz.spec.in

index 27e1a69ee029bcfdd26705c7ecc54e512d5b73de..b02eee40d4d1c143291c310a9844b79d187b26aa 100644 (file)
@@ -454,7 +454,7 @@ Ruby extension for graphviz.
 
 %files ruby
 %defattr(-,root,root,-)
-%{_libdir}/ruby*
+%{_libdir}/*ruby*
 %{_mandir}/mann/gv_ruby.n*
 %endif