From 5d94b3cab143d33003686395c6c15b0ae662767a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Thu, 17 Mar 2005 17:02:52 +0000 Subject: bring back generic release-notes.txt to life --- perl-install/install_steps_interactive.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 70c21d629..58f176d09 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -74,7 +74,8 @@ sub acceptLicense { my ($o) = @_; $o->{release_notes} = do { - my $af = install_any::getFile("release-notes.". arch().".txt"); + my $f = install_any::getFile('release-notes.txt'); + my $af = install_any::getFile("release-notes." . arch() . ".txt"); join('', <$f>, $af ? ("\n\n", <$af>) : ()); }; -- cgit v1.2.1