From f5b584c14b5871401c4af5fe82cda85e1905c16e Mon Sep 17 00:00:00 2001 From: gfk Date: Tue, 12 Aug 2003 01:08:24 +0000 Subject: [PATCH] Added parchive as a possible program name for par. --- configure.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.pl b/configure.pl index 7fdea71..8c9c361 100755 --- a/configure.pl +++ b/configure.pl @@ -132,7 +132,7 @@ my %Programs = ( sendmail => "SendmailPath", hostname => "HostnamePath", split => "SplitPath", - par => "ParPath", + 'parchive/par' => "ParPath", cat => "CatPath", gzip => "GzipPath", bzip2 => "Bzip2Path", @@ -154,7 +154,7 @@ I found the following locations for these programs: EOF foreach my $prog ( sort(keys(%Programs)) ) { - printf(" %-11s => %s\n", $prog, $Conf{$Programs{$prog}}); + printf(" %-12s => %s\n", $prog, $Conf{$Programs{$prog}}); } print "\n"; last if (prompt('--> Are these paths correct?', 'y') =~ /^y/i); -- 2.20.1