Is it possible for a formula to create directories in the user's home directory? #778
-
I'm exploring a way of using I'm using macOS 10.15.7. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If these are pre-built binaries, it might be better to write a cask rather than a formula. If you must use a formula, you might be able to write to |
Beta Was this translation helpful? Give feedback.
If these are pre-built binaries, it might be better to write a cask rather than a formula. If you must use a formula, you might be able to write to
$HOME
in apost_install
block.install
blocks are run in a sandbox, which prevents installers from writing wherever they want to in your system.