configure: do not assume GNU tar -J to decompress archive

This commit is contained in:
Lephenixnoir 2021-03-18 14:22:19 +01:00
parent cdc1ac5da9
commit b241b246ea
Signed by untrusted user: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 2 additions and 2 deletions

View File

@ -47,10 +47,10 @@ else
fi
fi
# Extract archive
# Extract archive (openBSD-compliant version)
echo "$TAG Extracting $ARCHIVE..."
tar -xJf $ARCHIVE
unxz -c < $ARCHIVE | tar -xf -
# Create build folder