Skip to content

Commit a55c593

Browse files
authored
Fix tar command to use bzip2 for extraction
1 parent 89515ef commit a55c593

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/028-mbedTLS-2.28.10.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ PLATFORM="PS3"
3737
../download.sh mbedtls-${VERSION}.tar.bz2
3838

3939
## Unpack the source code.
40-
rm -Rf mbedtls-${VERSION} && tar xfvz ../archives/mbedtls-${VERSION}.tar.bz2 && cd mbedtls-${VERSION}
40+
rm -Rf mbedtls-${VERSION} && tar xfvj ../archives/mbedtls-${VERSION}.tar.bz2 && cd mbedtls-${VERSION}
4141

4242
echo "Building mbedTLS ${VERSION} for ${PLATFORM} ${ARCH}"
4343

0 commit comments

Comments
 (0)