Bug #7874 ยป 0002-Install-pkgconfig-data-to-architecture-specific-path.patch
tool/rbinstall.rb | ||
---|---|---|
362 | 362 |
install?(:local, :arch, :data) do |
363 | 363 |
pc = CONFIG["ruby_pc"] |
364 | 364 |
if pc and File.file?(pc) and File.size?(pc) |
365 |
prepare "pkgconfig data", pkgconfigdir = File.join(libdir, "pkgconfig") |
|
365 | ||
366 |
prepare "pkgconfig data", pkgconfigdir = File.join(CONFIG['archlibdir'], "pkgconfig") |
|
366 | 367 |
install pc, pkgconfigdir, :mode => $data_mode |
367 | 368 |
end |
368 | 369 |
end |
369 |
- |