From b296a78e1469d58c52acc47586bd5bb84f25fc0f Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 16 Jan 2014 03:37:59 +0000 Subject: Thu Jan 16 03:32:12 UTC 2014 --- community/rubinius/dirs.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 community/rubinius/dirs.patch (limited to 'community/rubinius') 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)" -- cgit v1.2.3-54-g00ecf