diff options
-rw-r--r-- | recipes/gtk-doc-lite.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gtk-doc-lite.recipe b/recipes/gtk-doc-lite.recipe index fa79491a..dbe9885b 100644 --- a/recipes/gtk-doc-lite.recipe +++ b/recipes/gtk-doc-lite.recipe @@ -36,3 +36,4 @@ class Recipe(recipe.Recipe): '@datarootdir@': '${prefix}/share', '@datadir@': '${datarootdir}'} shell.replace(gtkdocize, replacements) + shell.call('chmod +x gtkdocize', os.path.join(self.config.prefix, 'bin')) |