Skip to content

Commit

Permalink
only bundle ffmpeg man-pages if they're present
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Nov 22, 2015
1 parent c9d2b01 commit fcc5086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-osx-bundle.sh
Expand Up @@ -42,8 +42,8 @@ strip -SXx "$TDIR/ffmpeg_harvid"

mkdir -p $PREFIX/usr/local/man/man1/
cp -fv "${TOPDIR}/doc/harvid.1" $PREFIX/usr/local/man/man1/
cp -fv "${HVSTACK}/share/man/man1/ffmpeg.1" $PREFIX/usr/local/man/man1/ffmpeg_harvid.1
cp -fv "${HVSTACK}/share/man/man1/ffprobe.1" $PREFIX/usr/local/man/man1/ffprobe_harvid.1
cp -fv "${HVSTACK}/share/man/man1/ffmpeg.1" $PREFIX/usr/local/man/man1/ffmpeg_harvid.1 || true
cp -fv "${HVSTACK}/share/man/man1/ffprobe.1" $PREFIX/usr/local/man/man1/ffprobe_harvid.1 || true

echo

Expand Down

0 comments on commit fcc5086

Please sign in to comment.