From 7dc4edd026342dac6669f4da54fe0995e68fe441 Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Tue, 25 Jun 2013 17:10:28 +0200 Subject: glib: fix typo --- recipes/glib.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3