From 8bd254a86444d0dcf00e5c3752848dd212e393eb Mon Sep 17 00:00:00 2001 From: daa Date: Fri, 31 Mar 2017 23:20:12 +0300 Subject: [PATCH] Copy icon to icons --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cdb5bfb..1dfe483 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ install: cp target/release/nvim-gtk $(PREFIX)/bin/ mkdir -p $(PREFIX)/share/applications/ cp desktop/nvim-gtk.desktop $(PREFIX)/share/applications/ - mkdir -p $(PREFIX)/share/pixmaps/ - cp desktop/nvim-gtk.png $(PREFIX)/share/pixmaps/ + mkdir -p $(PREFIX)/share/icons/ + cp desktop/nvim-gtk.png $(PREFIX)/share/icons/ mkdir -p $(PREFIX)/share/fonts/ cp -n desktop/dejavu_font/*.ttf $(PREFIX)/share/fonts/ fc-cache -fv