X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=configure.pl;h=2142fc1ee39823f3b7d0adc8f8db95116c2fcf87;hp=d4ec87147c9c0fd49d19379f35d4fe041b9dc154;hb=d39da46b2584e55a2e6b42b63491a5e55cfd1554;hpb=8dd0835329cae290ef49a6bc4ab1686d3ddded52 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"