better way to do --user-install with operating_system.rb
Task Info (Flyspray) | |
---|---|
Opened By | Felipe Contreras (felipec) |
Task ID | 70960 |
Type | General Gripe |
Project | Arch Linux |
Category | Packages: Extra |
Version | None |
OS | All |
Opened | 2021-05-20 19:13:29 UTC |
Status | Assigned |
Assignee | Anatol Pomozov (anatolik) |
Details
Currently rubygems installs an /etc/gemrc file to do gem: --user-install
.
This works, if task FS#70959 is implemented we can use operating_system.rb instead:
def self.operating_system_defaults { 'gem' => '--user-install' } end
That way we only need to add one file.