From e80c26ba27478798454801e97201b9e084476167 Mon Sep 17 00:00:00 2001 From: daa84 Date: Fri, 31 Mar 2017 12:02:49 +0300 Subject: [PATCH] Create directories --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index cad57a3..cdb5bfb 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,12 @@ run: RUST_BACKTRACE=1 cargo run install: + mkdir -p $(PREFIX)/bin/ 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/fonts/ cp -n desktop/dejavu_font/*.ttf $(PREFIX)/share/fonts/ fc-cache -fv