diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-08-09 17:45:08 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-08-09 17:45:08 +0200 |
commit | 8f930e0eb681213cf1752a74a1b036b9fb1f89e1 (patch) | |
tree | 46c23cf230ec2109376c4eb9450d98883a5a941d | |
parent | 72e9138342126e6ed86a300f515707100c2453ac (diff) |
at-spi2-core: Add some missing commas in the files list
-rw-r--r-- | recipes/at-spi2-core.recipe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/at-spi2-core.recipe b/recipes/at-spi2-core.recipe index 412189be..3c1487d1 100644 --- a/recipes/at-spi2-core.recipe +++ b/recipes/at-spi2-core.recipe @@ -13,11 +13,11 @@ class Recipe(recipe.Recipe): files_libs = ['libatspi'] files_misc = ['etc/at-spi2/accessibility.conf', - 'etc/xdg/autostart/at-spi-dbus-bus.desktop' + 'etc/xdg/autostart/at-spi-dbus-bus.desktop', 'libexec/at-spi-bus-launcher', - 'libexec/at-spi2-registryd' + 'libexec/at-spi2-registryd', 'share/dbus-1/services/org.a11y.Bus.service', - 'share/dbus-1/services/org.a11y.atspi.Registry.service' + 'share/dbus-1/services/org.a11y.atspi.Registry.service', 'etc/at-spi2', 'etc/xdg/autostart/at-spi-dbus-bus.desktop', 'libexec/at-spi-bus-launcher', |