From: Kern Sibbald Date: Sun, 30 May 2010 10:06:58 +0000 (+0200) Subject: Fix bug #1554 Windows installer doesn't honor /S flag X-Git-Tag: Release-7.0.0~1791 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0e78b9f35763b1e1b00d2368cbb9c6932b2bf640;p=bacula%2Fbacula Fix bug #1554 Windows installer doesn't honor /S flag --- diff --git a/bacula/src/qt-console/make-win32 b/bacula/src/qt-console/make-win32 index 3360e3401f..b75ff1723b 100755 --- a/bacula/src/qt-console/make-win32 +++ b/bacula/src/qt-console/make-win32 @@ -12,7 +12,7 @@ if test -e ../config.h.orig ; then mv -f ../config.h.orig ../config.h fi if test -d ../win32/release32; then - cp -f release/bat.exe ../win32/release32 + cp -f debug/bat.exe ../win32/release32 cp -f ${DEPKGS}/depkgs-mingw32/lib/qt/QtGui4.dll ../win32/release32 cp -f ${DEPKGS}/depkgs-mingw32/lib/qt/QtCore4.dll ../win32/release32 rm -rf ../win32/release32/help