aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/qt.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-06 22:27:19 -0800
committerAdam Vandenberg2010-04-17 18:24:02 -0700
commit585ee080504f8b76e37c270f8da126e5e4e7fdb6 (patch)
treeca0a41879a20e37683d3925177c9349d83385f4e /Library/Formula/qt.rb
parentc5ff69df0ae301f737a541a0716a76d51155e0d5 (diff)
downloadhomebrew-585ee080504f8b76e37c270f8da126e5e4e7fdb6.tar.bz2
Clean ups to several formulas, including:
* Removing silly concatenation * Removing .bat files before installing * Removing silly quoting * Fixing download URLs * Removing explicit versions
Diffstat (limited to 'Library/Formula/qt.rb')
-rw-r--r--Library/Formula/qt.rb4
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