diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-11-01 12:21:43 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-11-01 12:21:43 +0100 |
commit | 704e5896e0ff75198d937917909ceff2c8155548 (patch) | |
tree | b4c27a16f9f7882e4ac142f2ab46b6b8e507346e /recipes/dbus-glib.recipe | |
parent | 4bb5182004f0abca5bcc3faaeed62eff4fa552f8 (diff) |
fix more extensions
Diffstat (limited to 'recipes/dbus-glib.recipe')
-rw-r--r-- | recipes/dbus-glib.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/dbus-glib.recipe b/recipes/dbus-glib.recipe index be69cf9a..8aeab550 100644 --- a/recipes/dbus-glib.recipe +++ b/recipes/dbus-glib.recipe @@ -16,7 +16,7 @@ class Recipe(recipe.Recipe): 'include/dbus-1.0/dbus/dbus-gvalue-parse-variant.h', 'lib/pkgconfig/dbus-glib-1.pc', ] - files_helper = ['libexec/dbus-bash-completion-helper'] + files_helper = ['libexec/dbus-bash-completion-helper%(bext)s'] def prepare(self): if self.config.target_platform == Platform.WINDOWS and\ |