mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #11777 from SMillerDev/fix/service/pre_link_error
formula_installer: install service after linking
This commit is contained in:
commit
3e52e8b48a
@ -754,11 +754,11 @@ class FormulaInstaller
|
|||||||
|
|
||||||
ohai "Finishing up" if verbose?
|
ohai "Finishing up" if verbose?
|
||||||
|
|
||||||
install_service
|
|
||||||
|
|
||||||
keg = Keg.new(formula.prefix)
|
keg = Keg.new(formula.prefix)
|
||||||
link(keg)
|
link(keg)
|
||||||
|
|
||||||
|
install_service
|
||||||
|
|
||||||
fix_dynamic_linkage(keg) if !@poured_bottle || !formula.bottle_specification.skip_relocation?
|
fix_dynamic_linkage(keg) if !@poured_bottle || !formula.bottle_specification.skip_relocation?
|
||||||
|
|
||||||
if build_bottle?
|
if build_bottle?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user