X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=bin%2FBackupPC_restore;h=5104dd71060f9cf53e400159039ef478ba64f628;hp=54a7a865b82b7b77c2254dae240c1ffc7c1bb546;hb=e9453b7611be63303572ae443d5fb56b73364678;hpb=338b5484b3ed421b6bd30ab8c7925e54d670b474 diff --git a/bin/BackupPC_restore b/bin/BackupPC_restore index 54a7a86..5104dd7 100755 --- a/bin/BackupPC_restore +++ b/bin/BackupPC_restore @@ -29,14 +29,14 @@ # #======================================================================== # -# Version 1.5.0, released 2 Aug 2002. +# Version 1.6.0_CVS, released 10 Dec 2002. # # See http://backuppc.sourceforge.net. # #======================================================================== use strict; -use lib "__INSTALLDIR__/lib"; +use lib "/usr/local/BackupPC/lib"; use BackupPC::Lib; use BackupPC::FileZIO; use BackupPC::Xfer::Smb;