Skip to content

Commit

Permalink
Actually install binary as an executable
Browse files Browse the repository at this point in the history
Quite important, really..
  • Loading branch information
pgiblock committed Sep 1, 2013
1 parent f52c383 commit 67c3028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -14,4 +14,4 @@ def configure(conf):
def build(bld):
bld.program(source='hr.c', target='hr', defines='_XOPEN_SOURCE',
lib=bld.env['LIB_ICONV'])
bld.install_files('${PREFIX}/bin', ['hr'])
bld.install_files('${PREFIX}/bin', ['hr'], chmod=0755)

0 comments on commit 67c3028

Please sign in to comment.