summaryrefslogtreecommitdiff
path: root/sysutils/debhelper/files/patch-dh_perl
blob: 28f6aeee69a2472d78ff86b6f781754403c2bd36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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");
 		}
 	}
 }