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

docs(Install): Fix command that could glob incorrectly

Without the slash, the shell may try and select the ffmpeg archive
instead of the ffmpeg archive's extracted folder.
This commit is contained in:
Samantha McVey 2017-06-18 16:42:34 -07:00
parent b39a15873d
commit 06d0844a31
No known key found for this signature in database
GPG Key ID: A68DF012C3881D62

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" \