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:
commit
e5bc9bb16a
|
@ -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" \
|
||||
|
|
Loading…
Reference in New Issue
Block a user