From 120e94af912fc1666b7afbfda7ee055bb3e7f0fa Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Feb 2003 14:45:40 +0000 Subject: {brltty}{device} is optional, default is ttyS0 or ttyS1 (?) --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 39154c658..c6ca5a9a6 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -531,7 +531,7 @@ sub main { chmod 0755, "/usr/bin/brltty"; } eval { modules::load("serial") }; - devices::make($o->{brltty}{device}); + devices::make($_) foreach $o->{brltty}{device} ? $o->{brltty}{device} : qw(ttyS0 ttyS1); devices::make("vcsa"); run_program::run("brltty"); } -- cgit v1.2.1