diff options
Diffstat (limited to 'perl-install/standalone/keyboarddrake')
-rwxr-xr-x | perl-install/standalone/keyboarddrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/keyboarddrake b/perl-install/standalone/keyboarddrake index 33c1862a1..01f99809d 100755 --- a/perl-install/standalone/keyboarddrake +++ b/perl-install/standalone/keyboarddrake @@ -5,6 +5,7 @@ use lib qw(/usr/lib/libDrakX); use interactive; use keyboard; +use standalone; use Xconfigurator_consts; use common qw(:system); use c; @@ -14,7 +15,6 @@ local $_ = join '', @ARGV; /-h/ and die _("usage: keyboarddrake [--expert] [keyboard]\n"); $::expert = /-expert/; -$::isStandalone = 1; my ($keyboard) = grep { !/^-/ } @ARGV; |