diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 88706dadfc..abb2073fa3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-02-26 14:28 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * config/postinst.hbs + ! Typo. + 2011-02-26 12:20 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtgui/hbqtgui.ch * contrib/hbqt/qtgui/hbqt_init.cpp diff --git a/harbour/config/postinst.hbs b/harbour/config/postinst.hbs index 59e75acf39..7e255c03f5 100644 --- a/harbour/config/postinst.hbs +++ b/harbour/config/postinst.hbs @@ -134,7 +134,7 @@ PROCEDURE Main( ... ) IF !( GetEnvC( "HB_PLATFORM" ) $ "win|wce|os2|dos" ) .AND. ; ! Empty( GetEnvC( "HB_INSTALL_DYN" ) ) .AND. ; - hb_FileExists( PathSepToSelf( GetEnvC( "HB_DYNLIB_DIR" ) ) + hb_ps() + GetEnvC( "HB_DYNLIB_PREF" ) + GetEnvC( "HB_DYNLIB_BASE" ) + GetEnvC( "HB_DYNLIB_POST" ) + GetEnvC( "HB_DYNLIB_EXT" ) + GetEnvC( "HB_DYNLIB_PEXT" ) ) ) + hb_FileExists( PathSepToSelf( GetEnvC( "HB_DYNLIB_DIR" ) ) + hb_ps() + GetEnvC( "HB_DYNLIB_PREF" ) + GetEnvC( "HB_DYNLIB_BASE" ) + GetEnvC( "HB_DYNLIB_POST" ) + GetEnvC( "HB_DYNLIB_EXT" ) + GetEnvC( "HB_DYNLIB_PEXT" ) ) OutStd( "! Creating dynamic lib symlinks..." + hb_eol() )