mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Fix myynh_compile_libffi
This commit is contained in:
parent
22642a62d3
commit
b32b4877bc
1 changed files with 1 additions and 5 deletions
|
@ -44,12 +44,8 @@ myynh_create_dir () {
|
|||
myynh_compile_libffi () {
|
||||
ynh_print_info --message="Building libffi..."
|
||||
|
||||
# Create a temp direcotry
|
||||
tmpdir="$(mktemp --directory)"
|
||||
cd "$tmpdir"
|
||||
|
||||
# Download
|
||||
wget "https://github.com/libffi/libffi/releases/download/v3.3/libffi-3.3.tar.gz"
|
||||
wget "https://github.com/libffi/libffi/releases/download/v3.3/libffi-3.3.tar.gz" 2>&1
|
||||
|
||||
# Extract
|
||||
tar zxf libffi-3.3.tar.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue