Skip to content

Commit

Permalink
Fix acsforwardmodel.e missing execution bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunkeler committed Oct 6, 2021
1 parent 2d7ff6a commit e03d6a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/acs/calacs/acscte/wscript
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# vim: set syntax=python:
from waflib import Utils


def build(bld):
t = bld.program(
Expand All @@ -15,4 +17,4 @@ def build(bld):
rpath=bld.env.LIBPATH_CFITSIO,
install_path = '${PREFIX}/bin'
)
bld.install_as('${PREFIX}/bin/acscteforwardmodel.e', 'acscte.e')
bld.install_as('${PREFIX}/bin/acscteforwardmodel.e', 'acscte.e', chmod=Utils.O755)

0 comments on commit e03d6a3

Please sign in to comment.