Description: Fix path of dbx_<database>.pl include files.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Forwarded: not-needed, Debian-specific

--- a/dmarcts-report-parser.pl
+++ b/dmarcts-report-parser.pl
@@ -265,7 +265,7 @@
 
 # Setup connection to database server.
 our %dbx;
-my $dbx_file = File::Basename::dirname($0) . "/dbx_$dbtype.pl";
+my $dbx_file = "/usr/share/dmarcts-report-parser/dbx_$dbtype.pl";
 my $dbx_return = do $dbx_file;
 die "$scriptname: couldn't load DB definition for type $dbtype: $@" if $@;
 die "$scriptname: couldn't load DB definition for type $dbtype: $!" unless defined $dbx_return;
