]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/make-win32
Merge branch 'master' of ssh://ricozz@bacula.git.sourceforge.net/gitroot/bacula/bacula
[bacula/bacula] / bacula / src / qt-console / make-win32
index 4de01cf1b0f71e39dcc164cbbabe1e021c4bfdda..a0683000a3eb792a305fae542969e1ee85913afe 100755 (executable)
@@ -11,6 +11,6 @@ make -j3 -f Makefile.mingw32 $1
 if test -e ../config.h.orig ; then
    mv -f ../config.h.orig ../config.h
 fi
-if test -d ../win32/release; then
-   cp -f debug/bat.exe ../win32/release
+if test -d ../win32/release32; then
+   cp -f debug/bat.exe ../win32/release32
 fi