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