1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Fix asterisk source tarball extraction

This commit is contained in:
Anish Mangal 2019-01-17 08:34:29 +00:00 committed by root
parent 5052266947
commit b0e9d192b1

View file

@ -29,6 +29,7 @@
dest: "{{ asterisk_src_dir }}" dest: "{{ asterisk_src_dir }}"
owner: root owner: root
group: root group: root
extra_opts: [--strip-components=1]
- name: Asterisk - Download mp3 decoder library into source tree - name: Asterisk - Download mp3 decoder library into source tree
command: "./contrib/scripts/get_mp3_source.sh" command: "./contrib/scripts/get_mp3_source.sh"