Skip to content

Commit

Permalink
Add --force for brew link jpeg-turbo
Browse files Browse the repository at this point in the history
A change for Homebrew/legacy-homebrew#13349 made brew linking jpeg-turbo
uneffective without the --force handle.
  • Loading branch information
nnarhinen committed Feb 4, 2013
1 parent 6c219d5 commit 2b155b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ msgs_jpegtran() {
mac )
if [ $brew -eq 1 ]; then
desc_print "To install $outputName use:" \
"brew install jpeg-turbo && brew link jpeg-turbo"
"brew install jpeg-turbo && brew link jpeg-turbo --force"
else
desc_print "Download $outputName from:" \
"http://libjpeg-turbo.virtualgl.org"
Expand Down

0 comments on commit 2b155b9

Please sign in to comment.