Code

Split the "collectd" binary package into "collectd-core" and "collectd".
[pkg-collectd.git] / debian / bin / gen_plugin_deps.pl
index bda5c8503142ec73f1260fe617fb6d9896302e22..a4c73a0724fb68ac45b5e5b066b8e2d9820362f2 100755 (executable)
@@ -59,7 +59,7 @@ sub print_plugin_deps
        my $pdir = undef;
        my $i    = 0;
 
-       my $plugindir = "debian/collectd/usr/lib/collectd/";
+       my $plugindir = "debian/collectd-core/usr/lib/collectd/";
 
        if (! opendir($pdir, $plugindir)) {
                print STDERR "Could not open directory '$plugindir': $!\n";