diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/phantomjs.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/phantomjs.rb b/Library/Formula/phantomjs.rb index 6df1467b9..9f23315c2 100644 --- a/Library/Formula/phantomjs.rb +++ b/Library/Formula/phantomjs.rb @@ -17,5 +17,6 @@ class Phantomjs < Formula def install bin.install 'bin/phantomjs' + (share+'phantomjs').install 'examples' end end |
