From 521699de20fe8e0d72b9bf16e907bbbcde1eaf63 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 13 May 2013 20:07:04 +0000 Subject: any.pm: dont add arch() to release-notes file name (#10087) --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index f153c1fb1..0e931ff4c 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1068,7 +1068,7 @@ sub get_release_notes { my $d = find { -e "$_/$file" } glob_("/usr/share/doc/*-release-*"); $d && cat_("$d/$file"); } - } "release-notes$ext", 'release-notes.' . arch() . $ext); + } "release-notes$ext", 'release-notes.' . $ext); # we do not handle links: $release_notes =~ s!(.*?)!$1!g; -- cgit v1.2.1