There was an error while loading. Please reload this page.
1 parent 89515ef commit a55c593Copy full SHA for a55c593
1 file changed
scripts/028-mbedTLS-2.28.10.sh
@@ -37,7 +37,7 @@ PLATFORM="PS3"
37
../download.sh mbedtls-${VERSION}.tar.bz2
38
39
## Unpack the source code.
40
-rm -Rf mbedtls-${VERSION} && tar xfvz ../archives/mbedtls-${VERSION}.tar.bz2 && cd mbedtls-${VERSION}
+rm -Rf mbedtls-${VERSION} && tar xfvj ../archives/mbedtls-${VERSION}.tar.bz2 && cd mbedtls-${VERSION}
41
42
echo "Building mbedTLS ${VERSION} for ${PLATFORM} ${ARCH}"
43
0 commit comments