diff options
author | Memphiz <memphis@machzwo.de> | 2015-03-11 22:37:16 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2015-03-11 22:37:16 +0100 |
commit | 3537abaa4841af97ff2a3e1baf00ee8abeff5349 (patch) | |
tree | d4d092dd650a63cd871a60bad525b72a9d5c6194 /tools | |
parent | 939011d0fb3e1e769b187217c9dd56593b663999 (diff) | |
parent | 8cdbec9ed1dede62c09502c8b851e20ecc98d614 (diff) |
Merge pull request #6691 from uNiversaI/ffmpeg
[cosmetic typo fix] priviledges -> privileges
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/depends/target/ffmpeg/autobuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/ffmpeg/autobuild.sh b/tools/depends/target/ffmpeg/autobuild.sh index 8733de05f6..196c347aeb 100755 --- a/tools/depends/target/ffmpeg/autobuild.sh +++ b/tools/depends/target/ffmpeg/autobuild.sh @@ -164,7 +164,7 @@ CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" \ make -j ${BUILDTHREADS} if [ $? -eq 0 ] then - [ ${SUDO} ] && echo "Root priviledges are required to install to ${FFMPEG_PREFIX}" + [ ${SUDO} ] && echo "Root privileges are required to install to ${FFMPEG_PREFIX}" ${SUDO} make install && echo "$VERSION" > ../.ffmpeg-installed else echo "ERROR: Building ffmpeg failed" |