aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike Arthur2010-04-02 19:04:35 +0100
committerMike Arthur2010-04-02 19:07:50 +0100
commit5c89d81f269fb34d6b2b20ae6b9536124a19ab0d (patch)
treebac89bc9fc8af86525b76ebe1e3c31308327e24f /Library
parented9a49793c5048714989e410df306272311731c2 (diff)
downloadhomebrew-5c89d81f269fb34d6b2b20ae6b9536124a19ab0d.tar.bz2
Don't remove prl files from the Qt formula, QMake needs them.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/qt.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index 4048051cb..f629e99e6 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -71,8 +71,6 @@ class Qt <Formula
system "./configure", *conf_args
system "make install"
- # remove unneeded files
- `find #{lib} -name \*.prl -delete`
# stop crazy disk usage
(prefix+'doc'+'html').rmtree
(prefix+'doc'+'src').rmtree