aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2013-02-22 17:35:26 +0000
committerMike McQuaid2013-02-22 17:35:36 +0000
commita7f01dfd1d054d3a92ff4386504dc76a010fe208 (patch)
tree6ae97e97b03637f0cfcac9422e612720ddcbf006
parent6963a356510256762e425b5dbe2ee8c9ee0ace68 (diff)
downloadhomebrew-a7f01dfd1d054d3a92ff4386504dc76a010fe208.tar.bz2
phantomjs: install examples.
-rw-r--r--Library/Formula/phantomjs.rb1
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