qt: don't remove q3porting.xml with Qt3Support.

Closes Homebrew/homebrew#20024.
This commit is contained in:
Mike McQuaid 2013-05-25 14:21:47 +01:00
parent 34bcc955ce
commit ff921906fb

View file

@ -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