X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_installgsettings;h=8500706cdff096ca6dad2d0a656fe11ee6537c84;hb=fb8f18f4a98669c3b85e1bd7920fbabfc00b886e;hp=df38e5114eeccb51784c93c6c4e1896be5bf015b;hpb=1154e5752c39392b61b73e97c312e7c48da59d6f;p=debhelper.git diff --git a/dh_installgsettings b/dh_installgsettings index df38e51..8500706 100755 --- a/dh_installgsettings +++ b/dh_installgsettings @@ -72,7 +72,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { if (-d "$gsettings_schemas_dir") { # Get a list of the schemas - my $schemas = `find $gsettings_schemas_dir -type f -name \\*.xml -o -name \\*.override -printf '%P '`; + my $schemas = `find $gsettings_schemas_dir -type f \\( -name \\*.xml -o -name \\*.override \\) -printf '%P '`; if ($schemas ne '') { addsubstvar($package, "misc:Depends", "dconf-gsettings-backend | gsettings-backend"); }