summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/mousedrake
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/mousedrake')
-rwxr-xr-xperl-install/standalone/mousedrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/mousedrake b/perl-install/standalone/mousedrake
index 27bbc8f9a..1769007dd 100755
--- a/perl-install/standalone/mousedrake
+++ b/perl-install/standalone/mousedrake
@@ -4,6 +4,7 @@ use lib qw(/usr/lib/libDrakX);
use common qw(:common :system);
use interactive;
+use standalone;
use detect_devices;
use mouse;
use c;
@@ -15,7 +16,6 @@ local $_ = join '', @ARGV;
$::auto = /-auto/;
$::testing = /-testing/;
-$::isStandalone = 1;
my $in = vnew interactive('su');