Skip to content

Commit 2fef84f

Browse files
author
daa84
committed
Fix install script
1 parent 6e29fba commit 2fef84f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ run:
77
RUST_LOG=warn RUST_BACKTRACE=1 cargo run -- --no-fork
88

99
install: install-resources
10-
cargo install --force --root $(DESTDIR)$(PREFIX)
10+
cargo install --path . --force --root $(DESTDIR)$(PREFIX)
1111

1212
install-debug: install-resources
13-
cargo install --debug --force --root $(DESTDIR)$(PREFIX)
13+
cargo install --debug --path . --force --root $(DESTDIR)$(PREFIX)
1414

1515
install-resources:
1616
mkdir -p $(DESTDIR)$(PREFIX)/share/nvim-gtk/

0 commit comments

Comments
 (0)