commit 321cc7c7d9c5aa2a830ed42789cc4bdbf61797d0
parent 230f7675601028c45b571ccdd5867206202e3f1f
Author: Bastien Dejean <nihilhill@gmail.com>
Date: Thu, 3 Jan 2013 18:55:20 +0100
Fix executable name typo in Makefile
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -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)"