aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sshuttle.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/sshuttle.rb')
-rw-r--r--Library/Formula/sshuttle.rb3
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