From 31d4c9c6367cc8a457c28afe9e6855757f4318a1 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 13 Aug 2014 01:54:27 +0200 Subject: [PATCH] mpv: move config file to new location Default location and name was changed in mpv 0.5. --- mpv/{config => mpv.conf} | 0 setup.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename mpv/{config => mpv.conf} (100%) diff --git a/mpv/config b/mpv/mpv.conf similarity index 100% rename from mpv/config rename to mpv/mpv.conf diff --git a/setup.sh b/setup.sh index 3b796ba..2e37a2e 100755 --- a/setup.sh +++ b/setup.sh @@ -55,5 +55,5 @@ fi # Another MPlayer fork, but developed separately with a different config # directory. if installed mpv; then - link mpv ~/.mpv + link mpv ~/.config/mpv fi -- 2.43.2