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:
parent
b39a15873d
commit
06d0844a31
|
@ -422,7 +422,7 @@ export PREFIX_DIR="$PWD"
|
||||||
cd ../ffmpeg
|
cd ../ffmpeg
|
||||||
wget http://ffmpeg.org/releases/ffmpeg-3.2.2.tar.bz2
|
wget http://ffmpeg.org/releases/ffmpeg-3.2.2.tar.bz2
|
||||||
tar xf ffmpeg*
|
tar xf ffmpeg*
|
||||||
cd ffmpeg*
|
cd ffmpeg*/
|
||||||
|
|
||||||
|
|
||||||
./configure --prefix="$PREFIX_DIR" \
|
./configure --prefix="$PREFIX_DIR" \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user