aboutsummaryrefslogtreecommitdiffstats
path: root/community/mpc/0001-doc-meson.build-drop-bogus-man-from-manpage-install-.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-02-14 09:28:54 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2018-02-14 09:47:34 +0100
commit451ad74e33672be2644cc48323c192ca76428800 (patch)
tree81f4be03138c5ef173b4befca37849f577ead46a /community/mpc/0001-doc-meson.build-drop-bogus-man-from-manpage-install-.patch
parentfa02ec94000d1cf0cc675e3d834d9249f0fbbf79 (diff)
downloadaports-451ad74e33672be2644cc48323c192ca76428800.tar.bz2
aports-451ad74e33672be2644cc48323c192ca76428800.tar.xz
community/mpc: upgrade to 0.29
Diffstat (limited to 'community/mpc/0001-doc-meson.build-drop-bogus-man-from-manpage-install-.patch')
-rw-r--r--community/mpc/0001-doc-meson.build-drop-bogus-man-from-manpage-install-.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/community/mpc/0001-doc-meson.build-drop-bogus-man-from-manpage-install-.patch b/community/mpc/0001-doc-meson.build-drop-bogus-man-from-manpage-install-.patch
new file mode 100644
index 0000000000..c99cea7804
--- /dev/null
+++ b/community/mpc/0001-doc-meson.build-drop-bogus-man-from-manpage-install-.patch
@@ -0,0 +1,29 @@
+From 2d6e3fe90ae2c24d29305037b452b4cb18bceaa0 Mon Sep 17 00:00:00 2001
+From: Max Kellermann <max@musicpd.org>
+Date: Mon, 12 Feb 2018 21:50:44 +0100
+Subject: [PATCH] doc/meson.build: drop bogus "man" from manpage install path
+
+Closes #12
+---
+ doc/meson.build | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/doc/meson.build b/doc/meson.build
+index fd7e3d6..7793627 100644
+--- a/doc/meson.build
++++ b/doc/meson.build
+@@ -15,9 +15,9 @@ if sphinx.found()
+ 'Manpage documentation',
+ output: 'man',
+ input: ['index.rst', 'conf.py'],
+- command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@'],
++ command: [sphinx, '-q', '-b', 'man', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@/man1'],
+ build_by_default: true,
+ install: true,
+- install_dir: join_paths(get_option('datadir'), 'man', 'man1'),
++ install_dir: get_option('datadir'),
+ )
+ endif
+--
+2.16.1
+