From 338a82a295a342888c9237a582b74d411d91e8d8 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 22 Dec 2009 09:21:10 +0000 Subject: [PATCH] 2009-12-22 10:20 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * bin/postinst.prg ! Fixed typo. hbmk.cfg was not created because of this. --- harbour/ChangeLog | 4 ++++ harbour/bin/postinst.prg | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index fb024358a7..d63f16fb14 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-22 10:20 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * bin/postinst.prg + ! Fixed typo. hbmk.cfg was not created because of this. + 2009-12-22 03:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/gtwvt/gtwvt.c % Deleted unnecessary cast. diff --git a/harbour/bin/postinst.prg b/harbour/bin/postinst.prg index 458aea668b..4c935102ef 100644 --- a/harbour/bin/postinst.prg +++ b/harbour/bin/postinst.prg @@ -45,7 +45,7 @@ PROCEDURE Main() cFile += "{dos}libpaths=${WATT_ROOT}/lib" + hb_osNewLine() ENDIF - hb_MemoWrit( GetEnv( "HB_BIN_INSTALL" ) + hb_osPathSeparator() + "hbmk.cfg" ) + hb_MemoWrit( GetEnv( "HB_BIN_INSTALL" ) + hb_osPathSeparator() + "hbmk.cfg", cFile ) IF GetEnv( "HB_PLATFORM" ) $ "win|wce|os2|dos" .AND. ; ! Empty( GetEnv( "HB_INSTALL_PREFIX" ) ) @@ -65,4 +65,4 @@ PROCEDURE Main() ErrorLevel( nErrorLevel ) - RETURN + RETURN