From bea2e86c4a12f496fd1034d7ce4820749bff8a98 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 10 Mar 2003 10:48:04 +0000 Subject: fix getting brltty help and table (thanks to Hans Schou) --- 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 8b72739a3..4f268c3e2 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -521,7 +521,7 @@ sub main { mkdir '/tmp/stage2/etc/brltty'; mkdir '/lib/brltty'; foreach ($o->{brltty}{table}, "brltty-$o->{brltty}{driver}.hlp") { - install_any::getAndSaveFile("/etc/brltty/$_", "/tmp/stage2/etc/brltty/$_") if $_; + install_any::getAndSaveFile("/etc/brltty/$_") if $_; } install_any::getAndSaveFile("/lib/brltty/libbrlttyb$o->{brltty}{driver}.so") or do { local $| = 1; -- cgit v1.2.1