diff options
| author | Mike Arthur | 2010-04-02 19:04:35 +0100 |
|---|---|---|
| committer | Mike Arthur | 2010-04-02 19:07:50 +0100 |
| commit | 5c89d81f269fb34d6b2b20ae6b9536124a19ab0d (patch) | |
| tree | bac89bc9fc8af86525b76ebe1e3c31308327e24f | |
| parent | ed9a49793c5048714989e410df306272311731c2 (diff) | |
| download | homebrew-5c89d81f269fb34d6b2b20ae6b9536124a19ab0d.tar.bz2 | |
Don't remove prl files from the Qt formula, QMake needs them.
| -rw-r--r-- | Library/Formula/qt.rb | 2 |
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 |
