From: Robert Nelson Date: Tue, 8 Aug 2006 08:13:00 +0000 (+0000) Subject: Another FreeBSD compatibility fix. X-Git-Tag: Release-2.0.0~636 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=392d54357e950b56d4529c3da7d93f367b7d256b;p=bacula%2Fbacula Another FreeBSD compatibility fix. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3269 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/win32/build-dependencies b/bacula/src/win32/build-dependencies index 4dbca5e0db..8fe7debb51 100755 --- a/bacula/src/win32/build-dependencies +++ b/bacula/src/win32/build-dependencies @@ -294,7 +294,7 @@ process_wxWidgets() >patch.log do_patch wx1.patch -o build/msw/config.mingw32 do_patch wx2.patch - find . -name makefile.gcc -exec sh -c "sed -f ${SCRIPT_DIR}/patches/wx.sed {} > \`echo {} | sed s/\.gcc$/\.mingw32/\`" \; + find . -name makefile.gcc -exec sh -c "sed -f ${SCRIPT_DIR}/patches/wx.sed {} > \`echo {} | sed -e 's/\.gcc$/\.mingw32/'\`" \; fi echo Building wxWidgets cd build/msw