diff options
author | Matthew Waters <matthew@centricular.com> | 2019-09-26 10:52:28 +1000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-10-31 18:32:47 +0530 |
commit | 8cb00409f70fe0294c9570d38b496c7791643f08 (patch) | |
tree | 8dcc864dcfe3d3687f880546a9c8663d87a2df12 /recipes/gstreamer-ios-templates.recipe | |
parent | 5de73e40cdcb4bea6f99add3c92d091dd1cb22b0 (diff) |
convert install command to async
Diffstat (limited to 'recipes/gstreamer-ios-templates.recipe')
-rw-r--r-- | recipes/gstreamer-ios-templates.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gstreamer-ios-templates.recipe b/recipes/gstreamer-ios-templates.recipe index 920b0c3c..ed1b56bf 100644 --- a/recipes/gstreamer-ios-templates.recipe +++ b/recipes/gstreamer-ios-templates.recipe @@ -26,7 +26,7 @@ class Recipe(recipe.Recipe): 'share/xcode/templates/ios/', ] - def install(self): + async def install(self): share_dir = os.path.join(self.config.prefix, 'share', 'xcode', 'templates', 'ios') shell.copy_dir(os.path.join(self.config.data_dir, 'xcode', |