From 1e00a512393b4630fc9dba1dba051fa64c0ccd30 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 6 Jan 2004 16:12:52 +0000 Subject: get rid of g_auto_install (unused & not working) --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 423cf14f1..d7f180123 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -643,7 +643,7 @@ sub kdemove_desktop_file { #-############################################################################### #- auto_install stuff #-############################################################################### -sub auto_inst_file() { ($::g_auto_install ? "/tmp" : "$::prefix/root/drakx") . "/auto_inst.cfg.pl" } +sub auto_inst_file() { "$::prefix/root/drakx/auto_inst.cfg.pl" } sub report_bug { my ($prefix) = @_; -- cgit v1.2.1