From 1883acd25096f34779cce40ebba76c5860964f0d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 10 Jan 2001 00:33:11 +0000 Subject: use standalone and standalone::pkgs_install --- perl-install/standalone/livedrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/livedrake') diff --git a/perl-install/standalone/livedrake b/perl-install/standalone/livedrake index f93cfefbb..664f7b897 100755 --- a/perl-install/standalone/livedrake +++ b/perl-install/standalone/livedrake @@ -4,6 +4,7 @@ use lib qw(/usr/lib/libDrakX); use common qw(:common :system :file); use interactive; +use standalone; use run_program; use c; @@ -12,7 +13,6 @@ local $_ = join '', @ARGV; /-h/ and die "usage: livedrake [--testing]\n"; $::testing = /-testing/; -$::isStandalone = 1; my $in = vnew interactive('su'); -- cgit v1.2.1