opnsense-ports/sysutils/debhelper/files/patch-dh_perl
Franco Fichtner 1e6c5e9d29 */*: sync with upstream
Taken from: FreeBSD
2015-09-21 07:16:00 +02:00

13 lines
428 B
Text

--- dh_perl.orig 2015-09-19 09:06:22 UTC
+++ dh_perl
@@ -143,8 +143,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");
}
}
}