From: cbarratt Date: Mon, 12 Aug 2002 01:50:25 +0000 (+0000) Subject: Added create of lib/BackupPC/Lang to configure.pl X-Git-Tag: v2_0_0beta0~26 X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=commitdiff_plain;h=d39da46b2584e55a2e6b42b63491a5e55cfd1554 Added create of lib/BackupPC/Lang to configure.pl --- 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"