[Slackbuilds-users] ffmpeg.SlackBuild doesn't install man page

Mark Atherton mark at theathertons.org.uk
Sun Nov 21 11:32:18 UTC 2010


When I run the supplied ffmpeg.SlacBuild script it fails with the
message:

ffmpeg.SlackBuild.old: line 194: cd: /tmp/SBo/package-ffmpeg/usr/man:
No such file or directory

I think the man page needs to be installed explicitly with
"make install-man". When I patch as below the script builds the
package properly.

patch ffmpeg.SlackBuild <<"EOF"	
189c189
< make install DESTDIR=$PKG
---
> make install install-man DESTDIR=$PKG
EOF


Mark


More information about the SlackBuilds-users mailing list