ports/sysutils/debhelper/files/patch-dh_perl
2020-01-29 19:13:48 +00:00

13 lines
430 B
Text

--- dh_perl.orig 2020-01-14 20:45:22 UTC
+++ dh_perl
@@ -165,8 +165,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
# only one directory is installed into.
foreach my $dir ("$tmp/$vendorlib", "$tmp/$vendorarch") {
if (-d $dir) {
- doit("rmdir", "--ignore-fail-on-non-empty", "--parents",
- "$dir");
+ # doit("rmdir", "--ignore-fail-on-non-empty", "--parents", "$dir");
+ doit_noerror("rmdir", "$dir");
}
}
}