From d0c8d54ac766cf66d789e1b3794409652a6fb892 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 29 Jul 2010 22:14:02 +0000 Subject: [PATCH] 2010-07-30 00:13 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/postinst.hbs ! Missed one modification from prev. --- harbour/ChangeLog | 4 ++++ harbour/config/postinst.hbs | 1 + 2 files changed, 5 insertions(+) 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