From d7d1a4a14798728a01cd793bbe3d0dd72c24228a Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 27 Dec 2014 21:03:49 +0000 Subject: Fix small issue with documentation for libraries. --- ffmpeg/build/ffmpeg.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ffmpeg') diff --git a/ffmpeg/build/ffmpeg.SlackBuild b/ffmpeg/build/ffmpeg.SlackBuild index 841e8cff..10ac0dae 100755 --- a/ffmpeg/build/ffmpeg.SlackBuild +++ b/ffmpeg/build/ffmpeg.SlackBuild @@ -753,7 +753,7 @@ make install DESTDIR=$FFMPEGDEPSDIR \ 2>&1 | tee -a $OUTPUT/make-${PRGNAM}_fdkaac.log # Add DOCS to the ffmpegdeps to have it added to ffmpeg package later: mkdir -p $FFMPEGDEPSDIR/doc/fdkaac -cp -a $DOCS_AACENC $FFMPEGDEPSDIR/doc/fdkaac || true +cp -a $DOCS_FDKAAC $FFMPEGDEPSDIR/doc/fdkaac || true cd - } @@ -785,7 +785,7 @@ cd build_x265 cd - # Add DOCS to the ffmpegdeps to have it added to ffmpeg package later: mkdir -p $FFMPEGDEPSDIR/doc/x265 -cp -a $DOCS_AACENC $FFMPEGDEPSDIR/doc/x265 || true +cp -a $DOCS_X265 $FFMPEGDEPSDIR/doc/x265 || true cd $PREVDIR } -- cgit v1.2.3