fixed problem with wrong use lib thingy...
authoriklaric <iklaric@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Mon, 7 May 2007 14:16:05 +0000 (14:16 +0000)
committeriklaric <iklaric@8392b6e1-25fa-0310-8288-cc32f8e212ea>
Mon, 7 May 2007 14:16:05 +0000 (14:16 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/BackupPC/trunk@374 8392b6e1-25fa-0310-8288-cc32f8e212ea

bin/BackupPC_burnArchiveCLI

index d4fc321..399e2a4 100755 (executable)
@@ -1,7 +1,8 @@
 #!/usr/local/bin/perl
 
 use strict;
-use lib "/data/backuppc-agi//lib";
+
+use lib "__INSTALLDIR__/lib";
 
 use DBI;
 use BackupPC::Lib;