upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / rubinius / trunk / dirs.patch
blobef3f493aadb7d9659a4e14ea30b2a8a37629f274
1 diff --git i/core/rbconfig.rb w/core/rbconfig.rb
2 index c6c03f0bec61b5b4..f393497c26ff3c64 100644
3 --- i/core/rbconfig.rb
4 +++ w/core/rbconfig.rb
5 @@ -15,12 +15,12 @@ module RbConfig
6 CONFIG["exec_prefix"] = "$(prefix)"
7 CONFIG["bindir"] = Rubinius::BIN_PATH.dup
8 CONFIG["sbindir"] = "$(exec_prefix)/sbin"
9 - CONFIG["libexecdir"] = "$(exec_prefix)/libexec"
10 + CONFIG["libexecdir"] = "$(exec_prefix)/lib"
11 CONFIG["datarootdir"] = "$(prefix)/share"
12 CONFIG["datadir"] = "$(datarootdir)"
13 - CONFIG["sysconfdir"] = "$(prefix)/etc"
14 - CONFIG["sharedstatedir"] = "$(prefix)/com"
15 - CONFIG["localstatedir"] = "$(prefix)/var"
16 + CONFIG["sysconfdir"] = "/etc"
17 + CONFIG["sharedstatedir"] = "/var/lib"
18 + CONFIG["localstatedir"] = "/var"
19 CONFIG["includedir"] = "$(prefix)/include"
20 CONFIG["oldincludedir"] = "/usr/include"
21 CONFIG["docdir"] = "$(datarootdir)/doc/$(PACKAGE)"