diff options
Diffstat (limited to 'Library/Formula/qt.rb')
| -rw-r--r-- | Library/Formula/qt.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index f629e99e6..1ea08f49c 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -72,8 +72,8 @@ class Qt <Formula system "make install" # stop crazy disk usage - (prefix+'doc'+'html').rmtree - (prefix+'doc'+'src').rmtree + (prefix+'doc/html').rmtree + (prefix+'doc/src').rmtree # what are these anyway? (bin+'Assistant_adp.app').rmtree (bin+'pixeltool.app').rmtree |
