summaryrefslogtreecommitdiff
path: root/dh_installgsettings
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installgsettings')
-rwxr-xr-xdh_installgsettings2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installgsettings b/dh_installgsettings
index df38e511..8500706c 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");
}