summaryrefslogtreecommitdiff
path: root/community/rubinius/dirs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/rubinius/dirs.patch')
-rw-r--r--community/rubinius/dirs.patch15
1 files changed, 10 insertions, 5 deletions
diff --git a/community/rubinius/dirs.patch b/community/rubinius/dirs.patch
index 8fe9c3b4e..d4e4641e8 100644
--- a/community/rubinius/dirs.patch
+++ b/community/rubinius/dirs.patch
@@ -1,15 +1,20 @@
diff --git i/library/rbconfig.rb w/library/rbconfig.rb
-index 611ad6a..533ef00 100644
+index 2e0cbba..3d9327d 100644
--- i/library/rbconfig.rb
+++ w/library/rbconfig.rb
-@@ -19,9 +19,9 @@ module RbConfig
- CONFIG["libexecdir"] = "$(exec_prefix)/libexec"
+@@ -16,12 +16,12 @@ module RbConfig
+ CONFIG["exec_prefix"] = "$(prefix)"
+ CONFIG["bindir"] = Rubinius::BIN_PATH.dup
+ CONFIG["sbindir"] = "$(exec_prefix)/sbin"
+- CONFIG["libexecdir"] = "$(exec_prefix)/libexec"
++ CONFIG["libexecdir"] = "/usr/lib/rubinius"
CONFIG["datarootdir"] = "$(prefix)/share"
CONFIG["datadir"] = "$(datarootdir)"
- CONFIG["sysconfdir"] = "$(prefix)/etc"
-+ CONFIG["sysconfdir"] = "/etc"
- CONFIG["sharedstatedir"] = "$(prefix)/com"
+- CONFIG["sharedstatedir"] = "$(prefix)/com"
- CONFIG["localstatedir"] = "$(prefix)/var"
++ CONFIG["sysconfdir"] = "/etc"
++ CONFIG["sharedstatedir"] = "/var/lib"
+ CONFIG["localstatedir"] = "/var"
CONFIG["includedir"] = "$(prefix)/include"
CONFIG["oldincludedir"] = "/usr/include"