diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-09 22:42:28 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-09 22:56:02 +0100 |
commit | 488e381f743228f47b2ed6bd8560b06984a94465 (patch) | |
tree | 9b819119a07aabc8d60d8b8cf3594464d67959a9 /media-sound/mpc | |
parent | media-sound/mpc: Add USE doc, fix install path (diff) | |
download | gentoo-488e381f743228f47b2ed6bd8560b06984a94465.tar.gz gentoo-488e381f743228f47b2ed6bd8560b06984a94465.tar.bz2 gentoo-488e381f743228f47b2ed6bd8560b06984a94465.zip |
media-sound/mpc: Add missing patch
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/mpc')
-rw-r--r-- | media-sound/mpc/files/mpc-0.31-nodoc.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/mpc/files/mpc-0.31-nodoc.patch b/media-sound/mpc/files/mpc-0.31-nodoc.patch new file mode 100644 index 000000000000..55afa828ffc3 --- /dev/null +++ b/media-sound/mpc/files/mpc-0.31-nodoc.patch @@ -0,0 +1,12 @@ +--- a/meson.build 2018-10-24 10:31:33.000000000 +0200 ++++ b/meson.build 2019-02-09 22:49:02.890387140 +0100 +@@ -109,9 +109,6 @@ + install: true + ) + +-install_data('AUTHORS', 'COPYING', 'NEWS', 'README.rst', +- install_dir : join_paths(get_option('datadir'), 'doc', meson.project_name())) +- + install_data( + 'contrib/mpd-m3u-handler.sh', 'contrib/mpd-pls-handler.sh', + 'contrib/mpc-completion.bash', |