mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
community/mpv: fix man page generation
The python3 version of the rst2man command is called rst2man-3 and not rst2man, therefore man pages were not generated previously. While at it also fix the name for the rst2html command though it doesn't seem to be used currently.
This commit is contained in:
parent
651b721dfa
commit
4cfb8bc129
@ -5,7 +5,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=mpv
|
||||
pkgver=0.29.1
|
||||
pkgrel=9
|
||||
pkgrel=10
|
||||
pkgdesc="Video player based on MPlayer/mplayer2"
|
||||
url="https://mpv.io/"
|
||||
arch="all"
|
||||
@ -68,6 +68,7 @@ prepare() {
|
||||
}
|
||||
|
||||
build() {
|
||||
RST2HTML=rst2html-3 RST2MAN=rst2man-3 \
|
||||
python3 waf configure --prefix=/usr \
|
||||
--mandir=/usr/share/man \
|
||||
--confdir=/etc/mpv \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user