summaryrefslogtreecommitdiff
path: root/devel/qt5/files/extrapatch-configure
blob: d9ecfa5179db0b9795c2b9baa46a76bb25e56611 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./configure.orig	2013-10-22 01:49:15.000000000 -0700
+++ ./configure	2013-11-04 07:23:05.115448412 -0800
@@ -4073,7 +4073,7 @@
 }
 
 # build qmake
-if true; then ###[ '!' -f "$outpath/bin/qmake" ];
+if [ '!' -e "$outpath/bin/qmake" ]; then
     echo "Creating qmake..."
 
     mkdir -p "$outpath/qmake" || exit