diff options
Diffstat (limited to 'community/rubinius')
-rw-r--r-- | community/rubinius/dirs.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/community/rubinius/dirs.patch b/community/rubinius/dirs.patch new file mode 100644 index 000000000..8fe9c3b4e --- /dev/null +++ b/community/rubinius/dirs.patch @@ -0,0 +1,16 @@ +diff --git i/library/rbconfig.rb w/library/rbconfig.rb +index 611ad6a..533ef00 100644 +--- i/library/rbconfig.rb ++++ w/library/rbconfig.rb +@@ -19,9 +19,9 @@ module RbConfig + CONFIG["libexecdir"] = "$(exec_prefix)/libexec" + CONFIG["datarootdir"] = "$(prefix)/share" + CONFIG["datadir"] = "$(datarootdir)" +- CONFIG["sysconfdir"] = "$(prefix)/etc" ++ CONFIG["sysconfdir"] = "/etc" + CONFIG["sharedstatedir"] = "$(prefix)/com" +- CONFIG["localstatedir"] = "$(prefix)/var" ++ CONFIG["localstatedir"] = "/var" + CONFIG["includedir"] = "$(prefix)/include" + CONFIG["oldincludedir"] = "/usr/include" + CONFIG["docdir"] = "$(datarootdir)/doc/$(PACKAGE)" |