From 4294244045285a6b812b9126939220ade677543e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 4 Feb 2003 20:07:41 +0000 Subject: fix typo --- 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 113021b1f..906ca3786 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -523,7 +523,7 @@ sub main { install_any::remove_unused(0); mkdir '/tmp/stage2/etc/brltty'; mkdir '/lib/brltty'; - foreach ($o->{brltty}{table}, "$brltty-$o->{brltty}{driver}.hlp") { + foreach ($o->{brltty}{table}, "brltty-$o->{brltty}{driver}.hlp") { install_any::getAndSaveFile($_ , "/tmp/stage2/$_") if $_; } install_any::getAndSaveFile("/lib/brltty/libbrlttyb$o->{brltty}{driver}.so") or do { -- cgit v1.2.1