1
0
Fork 0
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:
ewilly 2022-02-22 08:07:45 +01:00
parent 22642a62d3
commit b32b4877bc

View file

@ -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