Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbclifford committed Apr 13, 2021
1 parent 07dd3e6 commit cc46b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ clean:

.PHONY: install
install: bin/gkeybind
install -Dm755 bin/gkeybind $(PREFIX)/bin
install -Dm755 bin/gkeybind $(PREFIX)/bin/gkeybind
install -Dm644 default_config.yml $(CONFIG_PREFIX)/etc/gkeybind.yml

0 comments on commit cc46b59

Please sign in to comment.