diff --git a/Makefile b/Makefile index 154917e..faa700d 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ distclean: clean $(RM) *~ .depend install: slack.so - install -D slack.so ~/.weechat/plugins/ + install -d slack.so ~/.weechat/plugins/ .PHONY: tags cs