service: delegate more path methods

This commit is contained in:
Nanda H Krishna 2021-05-10 00:00:24 +05:30
parent 64b6846d60
commit 346621dd5b
No known key found for this signature in database
GPG Key ID: 067E5FCD58ADF3AA

View File

@ -111,7 +111,7 @@ module Homebrew
end
end
delegate [:bin, :var, :etc, :opt_bin, :opt_sbin, :opt_prefix] => :@formula
delegate [:bin, :etc, :libexec, :opt_bin, :opt_libexec, :opt_pkgshare, :opt_prefix, :opt_sbin, :var] => :@formula
sig { returns(String) }
def std_service_path_env