[arch-commits] Commit in rubinius/trunk (dirs.patch)

Jan Steffens heftig at nymeria.archlinux.org
Wed Jan 15 14:34:00 UTC 2014


    Date: Wednesday, January 15, 2014 @ 15:34:00
  Author: heftig
Revision: 104096

add missing dirs.patch

Added:
  rubinius/trunk/dirs.patch

------------+
 dirs.patch |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

Added: dirs.patch
===================================================================
--- dirs.patch	                        (rev 0)
+++ dirs.patch	2014-01-15 14:34:00 UTC (rev 104096)
@@ -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)"




More information about the arch-commits mailing list