diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 03dc6ca6d3..894f8e94e0 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-07-26 23:17 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/postinst.hbs + ! Typo fixed. + 2010-07-26 22:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) - mpkg_deb.sh - Deleted wrapper script. Pls use the method documented in diff --git a/harbour/config/postinst.hbs b/harbour/config/postinst.hbs index c29a01b689..582bb14f7d 100644 --- a/harbour/config/postinst.hbs +++ b/harbour/config/postinst.hbs @@ -230,7 +230,7 @@ PROCEDURE Main() cSH_Script += 'exit \$?' cSH_Script += 'HB_INST_EOF' - hb_MemoWrite( tmp, cSH_Script + hb_MemoRead( cTar_Path ) ) + hb_MemoWrit( tmp, cSH_Script + hb_MemoRead( cTar_Path ) ) hb_FGetAttr( tmp, @nAttr ) hb_FSetAttr( tmp, hb_bitOr( nAttr, HB_FA_XOTH ) )