From e397588ea6ddda26e4e5797acc0bcebf2da818f4 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 25 May 2013 14:21:47 +0100 Subject: qt: don't remove q3porting.xml with Qt3Support. Closes #20024. --- Library/Formula/qt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3