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/diskdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/diskdrake') diff --git a/perl-install/standalone/diskdrake b/perl-install/standalone/diskdrake index 6696f29f4..1902069c8 100755 --- a/perl-install/standalone/diskdrake +++ b/perl-install/standalone/diskdrake @@ -25,6 +25,7 @@ use lib qw(/usr/lib/libDrakX); use common qw(:common :functional); use diskdrake; +use standalone; use interactive_gtk; use detect_devices; use fsedit; @@ -38,7 +39,6 @@ local $_ = join '', @ARGV; $::expert = /-expert/; $::testing = /-testing/; -$::isStandalone = 1; if ($>) { $ENV{PATH} = "/sbin:/usr/sbin:$ENV{PATH}"; -- cgit v1.2.1