Every time I "brew upgrade", the packages I installed with my own option will just be installed with their default configuration.
Asked
Active
Viewed 121 times
1 Answers
0
Homebrew uses the INSTALL_RECEIPT.json
file (stored at $(brew --prefix $PACKAGE)/INSTALL_RECEIPT.json
) to determine what options to use when upgrading. It will store the options used to install a formula originally.

mipadi
- 398,885
- 90
- 523
- 479
-
Turns out that they've been upgraded well this time. Anyway, it helps. Thanks. – Chou Apr 17 '14 at 04:30