diff options
| author | Mike McQuaid | 2013-05-25 14:21:47 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-05-25 14:22:25 +0100 |
| commit | e397588ea6ddda26e4e5797acc0bcebf2da818f4 (patch) | |
| tree | 1a51b1bc918a22f06c8ef43c4ce14374f31708fc /Library/Formula | |
| parent | 214e69d81cc09cd0e4fbf654512c60ad22c4f452 (diff) | |
| download | homebrew-e397588ea6ddda26e4e5797acc0bcebf2da818f4.tar.bz2 | |
qt: don't remove q3porting.xml with Qt3Support.
Closes #20024.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb index 8d0dd3b9e..13cbacd12 100644 --- a/Library/Formula/qt.rb +++ b/Library/Formula/qt.rb @@ -116,7 +116,7 @@ class Qt < Formula (bin+'pixeltool.app').rmtree (bin+'qhelpconverter.app').rmtree # remove porting file for non-humans - (prefix+'q3porting.xml').unlink + (prefix+'q3porting.xml').unlink if build.without? 'qt3support' # Some config scripts will only find Qt in a "Frameworks" folder cd prefix do |
