Skip to content

Commit

Permalink
Set HOMEBREW_RELOCATABLE_INSTALL_NAMES
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Dec 20, 2023
1 parent d0406f4 commit aa4c064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ ifeq ($(DEPENDENCIES_KIND),standalone)
git clone https://github.com/Homebrew/brew $(VOLUME)/homebrew
mkdir -p $(VOLUME)/usr/bin
ln -s ../../homebrew/bin/brew $(VOLUME)/usr/bin/
$(VOLUME)/usr/bin/brew bundle --file $(VOLUME)/Brewfile --verbose
HOMEBREW_RELOCATABLE_INSTALL_NAMES=1 $(VOLUME)/usr/bin/brew bundle --file $(VOLUME)/Brewfile --verbose
$(VOLUME)/usr/bin/brew autoremove
$(VOLUME)/usr/bin/brew list --versions
else ifeq ($(DEPENDENCIES_KIND),homebrew)
Expand Down

0 comments on commit aa4c064

Please sign in to comment.