From 5757b40f50606df05a4ffbc94cdfe1ee0745757f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 29 May 2009 17:29:14 +0000 Subject: [PATCH] 2009-05-29 18:40 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * bin/postinst.bat ! Typo in hbformat command. --- harbour/ChangeLog | 4 ++++ harbour/bin/postinst.bat | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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