]> git.sur5r.net Git - bacula/bacula/commitdiff
Another FreeBSD compatibility fix.
authorRobert Nelson <robertn@the-nelsons.org>
Tue, 8 Aug 2006 08:13:00 +0000 (08:13 +0000)
committerRobert Nelson <robertn@the-nelsons.org>
Tue, 8 Aug 2006 08:13:00 +0000 (08:13 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3269 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/build-dependencies

index 4dbca5e0db1982267436a89fbba497860d792bdc..8fe7debb51753756acabd7aaef0b3bafbdd18f1d 100755 (executable)
@@ -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