brew/Library/Homebrew/extend/os/linux/default_prefix.rb
2023-01-24 21:57:39 +09:00

11 lines
240 B
Ruby

# typed: true
# frozen_string_literal: true
module Homebrew
remove_const(:DEFAULT_PREFIX)
DEFAULT_PREFIX = HOMEBREW_LINUX_DEFAULT_PREFIX
remove_const(:DEFAULT_REPOSITORY)
DEFAULT_REPOSITORY = HOMEBREW_LINUX_DEFAULT_REPOSITORY
end