brew/Library/Homebrew/extend/os/linux/default_prefix.rb

11 lines
240 B
Ruby
Raw Normal View History

2023-01-24 21:02:24 +09:00
# typed: true
# frozen_string_literal: true
module Homebrew
2023-01-24 21:57:39 +09:00
remove_const(:DEFAULT_PREFIX)
2023-01-24 21:02:24 +09:00
DEFAULT_PREFIX = HOMEBREW_LINUX_DEFAULT_PREFIX
2023-01-24 21:57:39 +09:00
remove_const(:DEFAULT_REPOSITORY)
2023-01-24 21:02:24 +09:00
DEFAULT_REPOSITORY = HOMEBREW_LINUX_DEFAULT_REPOSITORY
end