mirror of
https://git.planet-casio.com/Lephenixnoir/sh-elf-gcc.git
synced 2024-12-28 20:43:39 +01:00
configure: do not assume GNU tar -J to decompress archive
This commit is contained in:
parent
cdc1ac5da9
commit
b241b246ea
1 changed files with 2 additions and 2 deletions
|
@ -47,10 +47,10 @@ else
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Extract archive
|
# Extract archive (openBSD-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…
Reference in a new issue