]> git.pld-linux.org Git - packages/bacula.git/blame - qmake-bin.patch
- release 11
[packages/bacula.git] / qmake-bin.patch
CommitLineData
78fe81ca
ER
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.037698 seconds and 4 git commands to generate.