r8500@llin: dpavlin | 2005-10-13 17:11:38 +0200
authordpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Thu, 13 Oct 2005 15:11:58 +0000 (15:11 +0000)
committerdpavlin <dpavlin@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Thu, 13 Oct 2005 15:11:58 +0000 (15:11 +0000)
 "production" paths (won't work witout install from now)

git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/BackupPC/trunk@193 8392b6e1-25fa-0310-8288-cc32f8e212ea

bin/BackupPC_burnArchiveCLI

index ddf95a7..9522047 100755 (executable)
@@ -1,9 +1,7 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 use strict;
-#use lib "__INSTALLDIR__/lib";
-# FIXME
-use lib "/data/backuppc/lib";
+use lib "__INSTALLDIR__/lib";
 
 use DBI;
 use BackupPC::Lib;