Skip to content

Commit

Permalink
Fix executable name typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
baskerville committed Jan 3, 2013
1 parent 230f767 commit 321cc7c
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 @@ -39,7 +39,7 @@ clean:

install:
@echo "installing executable files to $(DESTDIR)$(BINPREFIX)"
@install -D -m 755 sxhkd $(DESTDIR)$(BINPREFIX)/xshkd
@install -D -m 755 sxhkd $(DESTDIR)$(BINPREFIX)/sxhkd

uninstall:
@echo "removing executable files from $(DESTDIR)$(BINPREFIX)"
Expand Down

0 comments on commit 321cc7c

Please sign in to comment.