Skip to content
Commits on Source (2)
......@@ -102,7 +102,7 @@ if (@ARGV) {
} else {
# read debian/$package.classpath
foreach my $package (@{$dh{DOPACKAGES}}) {
my $tmpdir = tmpdir($dh{FIRSTPACKAGE});
my $tmpdir = tmpdir($package);
my $pkgfile = pkgfile($package, 'classpath');
if (not $pkgfile and -f 'debian/classpath') {
$pkgfile = 'debian/classpath';
......