From 4b47ea502cc0c13c15be1126bf1d911d38cbbb6a Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Wed, 4 Oct 2017 21:59:31 +0300 Subject: [PATCH] Typo --- createSourceArchive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createSourceArchive.sh b/createSourceArchive.sh index f72c4d2ee..a7582494a 100755 --- a/createSourceArchive.sh +++ b/createSourceArchive.sh @@ -6,7 +6,7 @@ APPVER=`grep AppVersionName AndroidAppSettings.cfg | sed 's/.*=//' | tr -d '"' | ARCHIVER=gzip EXT=gz which xz > /dev/null && ARCHIVER="xz -z" && EXT=xz -which pxz > /dev/null && ARCHIVER=pxz && EXT=xz || echo "Install pxz for faster archiving: sudo apt-get isntall pxz" +which pxz > /dev/null && ARCHIVER=pxz && EXT=xz || echo "Install pxz for faster archiving: sudo apt-get install pxz" # TODO: Boost, Python and ffmpeg are stored in repository as precompiled binaries, the proper way to fix that is to build them using scripts, and remove that binaries # --exclude="*.a" --exclude="*.so"