X-Git-Url: http://git.rot13.org//?a=blobdiff_plain;f=makeDist;h=cb4cdbffbd599d63551a8014231583f5f2e8d759;hb=2c14784ad71874ec850d189060fe63d6eb9eba95;hp=8c547a495678834f7d194db739a1850edf276cae;hpb=72b87b178ae8dcc10f1ae0f441d13e30d5f1ecf1;p=BackupPC.git diff --git a/makeDist b/makeDist index 8c547a4..cb4cdbf 100755 --- a/makeDist +++ b/makeDist @@ -42,14 +42,13 @@ use File::Copy; umask(0022); my $Version = "2.1.0_CVS"; -my $ReleaseDate = "3 Jul 2003"; +my $ReleaseDate = "8 Feb 2004"; my $DistDir = "dist/BackupPC-$Version"; my @PerlSrc = qw( bin/BackupPC bin/BackupPC_archive - bin/BackupPC_archivecd - bin/BackupPC_archivetape + bin/BackupPC_archiveHost bin/BackupPC_dump bin/BackupPC_link bin/BackupPC_nightly @@ -216,6 +215,8 @@ sub InstallFile print OUT "$1'__INSTALLDIR__',\n"; } elsif ( $file =~ /Lib.pm/ && /(.*LibDir *=> .*)'.*',/ ) { print OUT "$1'__INSTALLDIR__',\n"; + } elsif ( $file =~ /BackupPC_Admin/ && /(my *\$installDir *= *)'.*'/ ) { + print OUT "$1'__INSTALLDIR__/lib';\n"; } else { print OUT; }