Skip to content

Commit

Permalink
Merge pull request #1 from karolyczovek/patch-1
Browse files Browse the repository at this point in the history
Update main.yml, specify shell to run configure script
  • Loading branch information
tobias-richter authored Aug 24, 2021
2 parents 567ccfc + f20b4ed commit c5c05aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- --strip-components=1

- name: build
shell: "./configure --prefix=$INSTALL_DIR && make && make install"
shell: "sh ./configure --prefix=$INSTALL_DIR && make && make install"
args:
chdir: "{{ rrdtool_build_dir }}"
environment:
Expand Down

0 comments on commit c5c05aa

Please sign in to comment.