From: Don Armstrong Date: Wed, 15 Jun 2011 18:14:39 +0000 (-0700) Subject: * it's /db-h, not just the spool directory X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=commitdiff_plain;h=2c592e46858e83621bcf57c495af548c28f68406;hp=246a1a61c82587bdf5208187659f14be0d358e43 * it's /db-h, not just the spool directory --- diff --git a/bugcfg.pm b/bugcfg.pm index 62e07dd..8b64929 100644 --- a/bugcfg.pm +++ b/bugcfg.pm @@ -10,7 +10,7 @@ use Debbugs::Config qw(:config); # General configuration stuff -$spooldir = $config{spool_dir}; +$spooldir = $config{spool_dir}.'/db-h'; $maintainerlist = $config{maintainer_file}; $debian_ftproot = $config{package_source}; $debian_sources = $config{package_source};