mirror of
https://git.planet-casio.com/Lephenixnoir/sh-elf-binutils.git
synced 2025-06-06 11:25:03 +02: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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Extract archive
|
# Extract archive (OpenBDS-compliant version)
|
||||||
|
|
||||||
echo "$TAG Extracting $ARCHIVE..."
|
echo "$TAG Extracting $ARCHIVE..."
|
||||||
tar -xJf $ARCHIVE
|
unxz -c < $ARCHIVE | tar -xf -
|
||||||
|
|
||||||
# Create build folder
|
# Create build folder
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue