Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyBaril authored Oct 7, 2024
1 parent 45406d5 commit f3503ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/heliano/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ sed -i.bak "s|_SPLIT_JOINT_|${SPLIT}|" ${PACKAGE_HOME}/heliano.py
sed -i.bak "s|_SORTPRO_|${SORT}|" ${PACKAGE_HOME}/heliano.py

# set permissions to files
chmod +x ${PACKAGE_HOME}/heliano
chmod +x ${PACKAGE_HOME}/heliano_cons
chmod +x ${PACKAGE_HOME}/heliano.py
chmod +x ${PACKAGE_HOME}/heliano_cons.py

# test for conda
df -h
Expand Down

0 comments on commit f3503ba

Please sign in to comment.