summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/old-makefile b/old-makefile
index ac7fc98502..63e61bf683 100644
--- a/old-makefile
+++ b/old-makefile
@@ -517,7 +517,11 @@ install-mpv-desktop: etc/mpv.desktop
$(INSTALL) -d $(prefix)/share/applications
$(INSTALL) -m 644 etc/mpv.desktop $(prefix)/share/applications/
-install-data: install-mpv-icons install-mpv-desktop
+install-mpv-config: etc/encoding-profiles.conf
+ $(INSTALL) -d $(CONFDIR)
+ $(INSTALL) -m 644 etc/encoding-profiles.conf $(CONFDIR)
+
+install-data: install-mpv-icons install-mpv-desktop install-mpv-config
uninstall:
$(RM) $(BINDIR)/mpv$(EXESUF)