summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-06-25 17:10:28 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-06-25 17:10:28 +0200
commit7dc4edd026342dac6669f4da54fe0995e68fe441 (patch)
tree041efa7adcbea2730f3ca76ce5abcec74fbf5244
parentf1b21236cb4a235bcc24d4a8ec1fbaef58bde205 (diff)
glib: fix typo
-rw-r--r--recipes/glib.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe
index 9a80b19..42fd2e9 100644
--- a/recipes/glib.recipe
+++ b/recipes/glib.recipe
@@ -139,7 +139,7 @@ class Recipe(recipe.Recipe):
path1 = '/usr/lib64/gio/modules/'
else:
raise FatalError(_("Add specific for other Linux distributions here"))
- self._set_gio_flags(path1, path1, use_old_uri_scheme)
+ self._set_gio_flags(path1, path2, use_old_uri_scheme)
def post_install(self):
if self.config.target_platform == Platform.WINDOWS: