We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5344864 commit 475355dCopy full SHA for 475355d
srcpkgs/mopidy/template
@@ -32,10 +32,11 @@ post_install() {
32
vbin extra/mopidyctl/mopidyctl
33
vman extra/mopidyctl/mopidyctl.8
34
python3 setup.py build
35
- make -C docs html man
+ make -C docs man
36
+ # make -C docs html man
37
vman docs/_build/man/mopidy.1
- vmkdir usr/share/doc/mopidy/
38
- cp -r docs/_build/html/* ${DESTDIR}/usr/share/doc/mopidy/
+ # vmkdir usr/share/doc/mopidy/
39
+ # cp -r docs/_build/html/* ${DESTDIR}/usr/share/doc/mopidy/
40
vinstall ${FILESDIR}/mopidy.conf 644 etc/mopidy/
41
vinstall ${FILESDIR}/logging.conf 644 etc/mopidy/
42
vsv mopidy
0 commit comments