diff options
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 |
