02_fix-config-path.patch 626 B

12345678910111213141516171819
  1. Description: System-wide config directory is /etc/mpv
  2. Origin: vendor
  3. Bug-Debian: https://bugs.debian.org/732214
  4. Forwarded: not-needed
  5. Author: Alessandro Ghedini <ghedo@debian.org>
  6. Last-Update: 2015-05-03
  7. --- a/DOCS/man/mpv.rst
  8. +++ b/DOCS/man/mpv.rst
  9. @@ -956,7 +956,7 @@ FILES
  10. For Windows-specifics, see `FILES ON WINDOWS`_ section.
  11. -``/usr/local/etc/mpv/mpv.conf``
  12. +``/etc/mpv/mpv.conf``
  13. mpv system-wide settings (depends on ``--prefix`` passed to configure - mpv
  14. in default configuration will use ``/usr/local/etc/mpv/`` as config
  15. directory, while most Linux distributions will set it to ``/etc/mpv/``).