X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=bin%2FBackupPC_restore;h=5104dd71060f9cf53e400159039ef478ba64f628;hb=85cebec74a7b4a9b7f7fc0938de17c838a80662f;hp=54a7a865b82b7b77c2254dae240c1ffc7c1bb546;hpb=1ce7d1541ea1279aaa0a75c16986a3fd40b608ec;p=BackupPC.git 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;