]> git.pld-linux.org Git - packages/bacula.git/blob - qmake-bin.patch
- release 13
[packages/bacula.git] / qmake-bin.patch
1 --- bacula-5.0.3/autoconf/configure.in~ 2010-10-22 12:48:37.000000000 +0300
2 +++ bacula-5.0.3/autoconf/configure.in  2010-10-22 12:50:14.083764096 +0300
3 @@ -3195,13 +3195,12 @@
4        AC_MSG_ERROR([Could not find qmake $PATH. Check your Qt installation])
5     fi
6  
7 -   QMAKEBIN="qmake"
8     cd src/qt-console
9     echo "Creating bat Makefile"
10     touch bat
11     chmod 755 bat
12     rm -f Makefile
13 -   $QMAKEBIN
14 +   $QMAKE
15     ${MAKE:-make} clean
16     cd ${BUILD_DIR}
17  fi
This page took 0.090819 seconds and 3 git commands to generate.