View | Details | Raw Unified | Return to bug 202724 | Differences between
and this patch

Collapse All | Expand All

(-)dh_perl (-2 / +2 lines)
Lines 143-150 Link Here
143
	# only one directory is installed into.
143
	# only one directory is installed into.
144
	foreach my $dir ("$tmp/$vendorlib", "$tmp/$vendorarch") {
144
	foreach my $dir ("$tmp/$vendorlib", "$tmp/$vendorarch") {
145
		if (-d $dir) {
145
		if (-d $dir) {
146
			doit("rmdir", "--ignore-fail-on-non-empty", "--parents",
146
			# doit("rmdir", "--ignore-fail-on-non-empty", "--parents",
147
				"$dir");
147
			doit_noerror("rmdir", "$dir");
148
		}
148
		}
149
	}
149
	}
150
}
150
}

Return to bug 202724