Create directories
This commit is contained in:
parent
a04a035b84
commit
e80c26ba27
4
Makefile
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user