summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-04-30 10:57:03 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-04-30 10:57:03 +0000
commit28e2799466c3edee0d2bdbafddc00fb56c1efd6e (patch)
tree9ec85bea0f3176dfabe061233038e69eae88339c /perl-install
parenta419039b11d02b7ef2b7f894b199b245a7876303 (diff)
downloaddrakx-28e2799466c3edee0d2bdbafddc00fb56c1efd6e.tar
drakx-28e2799466c3edee0d2bdbafddc00fb56c1efd6e.tar.gz
drakx-28e2799466c3edee0d2bdbafddc00fb56c1efd6e.tar.bz2
drakx-28e2799466c3edee0d2bdbafddc00fb56c1efd6e.tar.xz
drakx-28e2799466c3edee0d2bdbafddc00fb56c1efd6e.zip
have /etc/sysconfig/i18n in report.bug
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index ce3680410..b03ee9691 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -765,6 +765,7 @@ sub report_bug {
header("XF86Config"), cat_("$prefix/etc/X11/XF86Config"),
header("XF86Config-4"), cat_("$prefix/etc/X11/XF86Config-4"),
header("/etc/modules"), cat_("$prefix/etc/modules"),
+ header("sysconfig/i18n"), cat_("$prefix/etc/sysconfig/i18n"),
map_index { even($::i) ? header($_) : $_ } @other;
}