diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f1f729c341..931ebddc6d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to these authors: Viktor Szakats. */ +2009-05-29 18:40 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * bin/postinst.bat + ! Typo in hbformat command. + 2009-05-29 18:35 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/dirstruc.txt * bin/postinst.bat diff --git a/harbour/bin/postinst.bat b/harbour/bin/postinst.bat index 595bb47852..a01b6dc74b 100644 --- a/harbour/bin/postinst.bat +++ b/harbour/bin/postinst.bat @@ -44,7 +44,7 @@ if not "%HB_DYNLIB%" == "yes" goto _SKIP_DLL_BIN %HB_BIN_COMPILE%\hbmk2 -q0 -shared -o%HB_BIN_INSTALL%\hbmk2-dll %~dp0..\utils\hbmk2\hbmk2.hbp %HB_BIN_COMPILE%\hbmk2 -q0 -shared -o%HB_BIN_INSTALL%\hbtest-dll %~dp0..\utils\hbtest\hbtest.hbp %HB_BIN_COMPILE%\hbmk2 -q0 -shared -o%HB_BIN_INSTALL%\hbi18n-dll %~dp0..\utils\hbi18n\hbi18n.hbp - %HB_BIN_COMPILE%\hbmk2 -q0 -shared -o%HB_BIN_INSTALL%\hbformat-dll %~dp0..\utils\hbi18n\hbformat.hbp + %HB_BIN_COMPILE%\hbmk2 -q0 -shared -o%HB_BIN_INSTALL%\hbformat-dll %~dp0..\utils\hbformat\hbformat.hbp ) endlocal