X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=bin%2FBackupPC_compressPool;h=a8caa4ff0010bf294b7768d315e377e34ea5480c;hp=1c577c4669d26600fea2a724bbd3b8df30b612db;hb=99b9efe77451800084c477ed2139100f830cb7db;hpb=3a173f3feb7dad79150eabf07bc8f304e13cdfe7 diff --git a/bin/BackupPC_compressPool b/bin/BackupPC_compressPool index 1c577c4..a8caa4f 100755 --- a/bin/BackupPC_compressPool +++ b/bin/BackupPC_compressPool @@ -49,7 +49,7 @@ # #======================================================================== # -# Version 2.1.0, released 20 Jun 2004. +# Version 2.1.2, released 5 Sep 2005. # # See http://backuppc.sourceforge.net. # @@ -62,7 +62,7 @@ use File::Find; use File::Path; use Compress::Zlib; use Getopt::Std; -use lib "/usr/local/BackupPC/lib"; +use lib "/usr/local/BackupPC2.1.0/lib"; use BackupPC::Lib; use BackupPC::FileZIO;