How to preserve the installation option of the specific home-brewed packages when upgrading them?

StackOverflow https://stackoverflow.com/questions/23115034

سؤال

Every time I "brew upgrade", the packages I installed with my own option will just be installed with their default configuration.

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top