mirror of
https://git.planet-casio.com/Lephenixnoir/sh-elf-binutils.git
synced 2025-01-05 08:23:37 +01:00
configure: do not assume GNU tar -J to decompress archive
This commit is contained in:
parent
726ee193cb
commit
8957b70549
1 changed files with 2 additions and 2 deletions
|
@ -86,10 +86,10 @@ else
|
|||
fi
|
||||
fi
|
||||
|
||||
# Extract archive
|
||||
# Extract archive (OpenBDS-compliant version)
|
||||
|
||||
echo "$TAG Extracting $ARCHIVE..."
|
||||
tar -xJf $ARCHIVE
|
||||
unxz -c < $ARCHIVE | tar -xf -
|
||||
|
||||
# Create build folder
|
||||
|
||||
|
|
Loading…
Reference in a new issue