Skip to content

Commit faf1254

Browse files
fixed indentation
1 parent a097d28 commit faf1254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _build_ffmpeg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function build_ffmpeg {
5252
# copy the versioned libraries
5353
cp ${prefix}/lib/lib*-+([0-9]).so ${dist_lib_root}/.
5454
# copy the executables
55-
cp ${prefix}/bin/ff* ${dist_bin_root}/.
55+
cp ${prefix}/bin/ff* ${dist_bin_root}/.
5656
# copy the headers
5757
cp -r ${prefix}/include/* ${dist_include_root}/.
5858

0 commit comments

Comments
 (0)