1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #4473

Samantha McVey (1):
      docs(Install): Fix command that could glob incorrectly
This commit is contained in:
Zetok Zalbavar 2017-06-21 07:26:58 +01:00
commit e5bc9bb16a
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -422,7 +422,7 @@ export PREFIX_DIR="$PWD"
cd ../ffmpeg
wget http://ffmpeg.org/releases/ffmpeg-3.2.2.tar.bz2
tar xf ffmpeg*
cd ffmpeg*
cd ffmpeg*/
./configure --prefix="$PREFIX_DIR" \