Added create of lib/BackupPC/Lang to configure.pl
authorcbarratt <cbarratt>
Mon, 12 Aug 2002 01:50:25 +0000 (01:50 +0000)
committercbarratt <cbarratt>
Mon, 12 Aug 2002 01:50:25 +0000 (01:50 +0000)
configure.pl

index d4ec871..2142fc1 100755 (executable)
@@ -356,7 +356,8 @@ exit unless prompt("--> Do you want to continue?", "y") =~ /y/i;
 #
 # Create install directories
 #
 #
 # 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"
     next if ( -d "$Conf{InstallDir}/$dir" );
     mkpath("$Conf{InstallDir}/$dir", 0, 0775);
     if ( !-d "$Conf{InstallDir}/$dir"