X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=bin%2FBackupPC_compressPool;h=a3d358355037ad6e18b458edb3f2fbbda779c9d6;hp=e243837a85d760fdb898a2fab5580ddfeab5d41c;hb=e9453b7611be63303572ae443d5fb56b73364678;hpb=338b5484b3ed421b6bd30ab8c7925e54d670b474 diff --git a/bin/BackupPC_compressPool b/bin/BackupPC_compressPool index e243837..a3d3583 100755 --- a/bin/BackupPC_compressPool +++ b/bin/BackupPC_compressPool @@ -49,7 +49,7 @@ # #======================================================================== # -# Version 1.5.0, released 2 Aug 2002. +# Version 1.6.0_CVS, released 10 Dec 2002. # # See http://backuppc.sourceforge.net. # @@ -61,7 +61,7 @@ use File::Find; use File::Path; use Compress::Zlib; use Getopt::Std; -use lib "__INSTALLDIR__/lib"; +use lib "/usr/local/BackupPC/lib"; use BackupPC::Lib; use BackupPC::FileZIO;