freebsd-ports/sysutils/debhelper/files/patch-dh_perl
Sunpoet Po-Chuan Hsieh c1b73cf1db - Install complete list of components
- Bump PORTREVISION for package change

PR:		202724
Submitted by:	<bigangrygreenguy@gmail.com>
2015-09-20 20:19:18 +00: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");
}
}
}