diff --git a/harbour/ChangeLog b/harbour/ChangeLog index cdd9a79e06..71646d01ca 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-07-30 00:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/postinst.hbs + ! Missed one modification from prev. + 2010-07-30 00:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * debian/dirs ! Deleted doc/en dir. diff --git a/harbour/config/postinst.hbs b/harbour/config/postinst.hbs index ad475978e2..3cd0125ddf 100644 --- a/harbour/config/postinst.hbs +++ b/harbour/config/postinst.hbs @@ -76,6 +76,7 @@ PROCEDURE Main() mk_hb_FCopy( "COPYING", tmp + hb_ps() ) mk_hb_FCopy( "INSTALL", tmp + hb_ps() ) + mk_hb_FCopy( "NEWS" , tmp + hb_ps() ) mk_hb_FCopy( "TODO" , tmp + hb_ps() ) ENDIF