[arch-commits] Commit in rubinius/repos (2 files)

Jan Steffens heftig at nymeria.archlinux.org
Wed Jan 15 14:36:09 UTC 2014


    Date: Wednesday, January 15, 2014 @ 15:36:09
  Author: heftig
Revision: 104097

retroactively, too

Added:
  rubinius/repos/community-i686/dirs.patch
  rubinius/repos/community-x86_64/dirs.patch

-----------------------------+
 community-i686/dirs.patch   |   16 ++++++++++++++++
 community-x86_64/dirs.patch |   16 ++++++++++++++++
 2 files changed, 32 insertions(+)

Added: community-i686/dirs.patch
===================================================================
--- community-i686/dirs.patch	                        (rev 0)
+++ community-i686/dirs.patch	2014-01-15 14:36:09 UTC (rev 104097)
@@ -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)"

Added: community-x86_64/dirs.patch
===================================================================
--- community-x86_64/dirs.patch	                        (rev 0)
+++ community-x86_64/dirs.patch	2014-01-15 14:36:09 UTC (rev 104097)
@@ -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