From 2d85f131e1ec9181038692493bb9daca277edb45 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 21 Dec 2004 12:40:06 +0000 Subject: don't pass prefix, use $::prefix --- perl-install/install_any.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 7c9e1bcb2..b50c1be2e 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -989,9 +989,8 @@ sub kdemove_desktop_file { #-############################################################################### sub auto_inst_file() { "$::prefix/root/drakx/auto_inst.cfg.pl" } -sub report_bug { - my ($prefix) = @_; - any::report_bug($prefix, 'auto_inst' => g_auto_install('', 1)); +sub report_bug() { + any::report_bug('auto_inst' => g_auto_install('', 1)); } sub g_auto_install { -- cgit v1.2.1