mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Corrected typo in exec string
This commit is contained in:
parent
797d5daae6
commit
eec3134bdb
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ def install_ffmpeg():
|
||||||
prepare_package("ftp://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-20140420-2245-stable.tar.bz2")
|
prepare_package("ftp://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-20140420-2245-stable.tar.bz2")
|
||||||
my_exec("""
|
my_exec("""
|
||||||
cd %s/x264-snapshot-20140420-2245-stable
|
cd %s/x264-snapshot-20140420-2245-stable
|
||||||
./configure --enable-static'
|
./configure --enable-static
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
""" % (DOWNLOAD_DIR))
|
""" % (DOWNLOAD_DIR))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue