diff options
| author | Adam Vandenberg | 2013-03-14 09:27:52 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-14 09:27:52 -0700 |
| commit | 65a65dbd8351785c4dbc81716edd9450d34c79be (patch) | |
| tree | d4ca63c8974251bbcc10c76dd7d1f7167e3f161e | |
| parent | 71820a9479a56ec9078c3f8267af82e346824aa0 (diff) | |
| download | homebrew-65a65dbd8351785c4dbc81716edd9450d34c79be.tar.bz2 | |
sshuttle: add comments about building docs
Closes #18089.
| -rw-r--r-- | Library/Formula/sshuttle.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/sshuttle.rb b/Library/Formula/sshuttle.rb index 6c5590c9b..bd71356f8 100644 --- a/Library/Formula/sshuttle.rb +++ b/Library/Formula/sshuttle.rb @@ -8,6 +8,9 @@ class Sshuttle < Formula head 'https://github.com/apenwarr/sshuttle.git' def install + # Building the docs requires installing + # markdown & BeautifulSoup Python modules + # so we don't. libexec.install Dir['*'] bin.write_exec_script libexec/'sshuttle' end |
