Skip to content

Commit

Permalink
give help2man executable rights
Browse files Browse the repository at this point in the history
Contribute to CURA-9595
  • Loading branch information
jellespijker committed Sep 10, 2022
1 parent 2db5fb4 commit c74e70e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/m4/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def generate(self):
ms.generate(scope="build")

def build(self):
self.run(f"chmod +x {self.generators_path.joinpath('help2man', 'help2man')}") #ensure that help2man can run
apply_conandata_patches(self)

autotools = Autotools(self)
Expand Down

0 comments on commit c74e70e

Please sign in to comment.