mark failed backups deleted (should they actually be deleted from backups table?)
[BackupPC.git] / configure.pl
index b119401..e4a02d6 100755 (executable)
@@ -487,7 +487,8 @@ printf("Installing binaries in $DestDir$Conf{InstallDir}/bin\n");
 foreach my $prog ( qw(BackupPC BackupPC_dump BackupPC_link BackupPC_nightly
         BackupPC_sendEmail BackupPC_tarCreate BackupPC_trashClean
         BackupPC_tarExtract BackupPC_compressPool BackupPC_zcat
-        BackupPC_archive BackupPC_archiveHost BackupPC_updatedb
+        BackupPC_archive BackupPC_archiveHost
+       BackupPC_updatedb BackupPC_xls_report BackupPC_tarIncCreate BackupPC_incPartsUpdate BackupPC_burnArchiveCLI
         BackupPC_restore BackupPC_serverMesg BackupPC_zipCreate ) ) {
     InstallFile("bin/$prog", "$DestDir$Conf{InstallDir}/bin/$prog", 0555);
 }
@@ -555,6 +556,10 @@ if ( $Conf{CgiImageDir} ne "" ) {
     }
     InstallFile("conf/BackupPC_stnd.css",
                "$DestDir$Conf{CgiImageDir}/BackupPC_stnd.css", 0444, 0);
+    InstallFile("conf/BackupPC_lite.css",
+               "$DestDir$Conf{CgiImageDir}/BackupPC_lite.css", 0444, 0);
+    InstallFile("conf/archive.css",
+               "$DestDir$Conf{CgiImageDir}/archive.css", 0444, 0);
 }
 
 printf("Making init.d scripts\n");