From d39da46b2584e55a2e6b42b63491a5e55cfd1554 Mon Sep 17 00:00:00 2001 From: cbarratt Date: Mon, 12 Aug 2002 01:50:25 +0000 Subject: [PATCH] Added create of lib/BackupPC/Lang to configure.pl --- configure.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.pl b/configure.pl index d4ec871..2142fc1 100755 --- a/configure.pl +++ b/configure.pl @@ -356,7 +356,8 @@ exit unless prompt("--> Do you want to continue?", "y") =~ /y/i; # # Create install directories # -foreach my $dir ( qw(bin lib/BackupPC/Xfer lib/BackupPC/Zip doc) ) { +foreach my $dir ( qw(bin lib/BackupPC/Xfer lib/BackupPC/Zip + lib/BackupPC/Lang doc) ) { next if ( -d "$Conf{InstallDir}/$dir" ); mkpath("$Conf{InstallDir}/$dir", 0, 0775); if ( !-d "$Conf{InstallDir}/$dir" -- 2.20.1