fix lib paths
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 3 Jan 2011 17:31:00 +0000 (17:31 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 3 Jan 2011 17:31:00 +0000 (17:31 +0000)
bin/BackupPC_incPartsUpdate
bin/BackupPC_tarIncCreate

index 21a2759..2a5913a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/local/bin/perl -w
 
 use strict;
-use lib "__INSTALLDIR__/lib";
+use lib "/usr/local/BackupPC/lib";
 
 use DBI;
 use BackupPC::Lib;
index e747466..9b55b2f 100755 (executable)
@@ -61,7 +61,7 @@
 
 use strict;
 no  utf8;
-use lib "__INSTALLDIR__/lib";
+use lib "/usr/local/BackupPC/lib";
 use File::Path;
 use Getopt::Std;
 use DBI;