Skip to content

Commit

Permalink
Merge branch 'tickets/DM-23798'
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPrice committed Mar 7, 2020
2 parents 4251656 + 1c66313 commit 80d1608
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/lsst/sconsUtils/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ def finish(defaultTargets=DEFAULT_TARGETS,
for path in os.listdir("."):
if os.path.isdir(path) and not path.startswith("."):
subDirList.append(path)
if "bin.src" in subDirList and "shebang" in state.targets and state.targets["shebang"]:
# shebang makes a directory that should be installed
subDirList += ["bin"]
install = state.env.InstallLSST(state.env["prefix"],
[subDir for subDir in subDirList],
ignoreRegex=ignoreRegex)
Expand Down

0 comments on commit 80d1608

Please sign in to comment.