You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
741 B
20 lines
741 B
|
2 weeks ago
|
diff --git a/macros.ruby b/macros.ruby
|
||
|
|
index 36f4077..b1d2fa1 100644
|
||
|
|
--- a/macros.ruby
|
||
|
|
+++ b/macros.ruby
|
||
|
|
@@ -1,10 +1,10 @@
|
||
|
|
-%ruby_libdir %{_datadir}/%{name}
|
||
|
|
-%ruby_libarchdir %{_libdir}/%{name}
|
||
|
|
+%ruby_libdir %{_datadir}/ruby
|
||
|
|
+%ruby_libarchdir %{_libdir}/ruby
|
||
|
|
|
||
|
|
# This is the local lib/arch and should not be used for packaging.
|
||
|
|
%ruby_sitedir site_ruby
|
||
|
|
-%ruby_sitelibdir %{_prefix}/local/share/%{name}/%{ruby_sitedir}
|
||
|
|
-%ruby_sitearchdir %{_prefix}/local/%{_lib}/%{name}/%{ruby_sitedir}
|
||
|
|
+%ruby_sitelibdir %{_prefix}/share/ruby/%{ruby_sitedir}
|
||
|
|
+%ruby_sitearchdir %{_prefix}/%{_lib}/ruby/%{ruby_sitedir}
|
||
|
|
|
||
|
|
# This is the general location for libs/archs compatible with all
|
||
|
|
# or most of the Ruby versions available in the Fedora repositories.
|