From 99e5e130a748c4a9ffb71b91b4202adad126605d Mon Sep 17 00:00:00 2001 From: Tony Olagbaiye Date: Wed, 9 May 2018 14:18:30 +0100 Subject: [PATCH] Fix install finally --- Makefile | 2 +- README.org | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index faa700d..2efaf28 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ distclean: clean $(RM) *~ .depend install: slack.so - install -d slack.so ~/.weechat/plugins/ + install -t ~/.weechat/plugins -D slack.so .PHONY: tags cs diff --git a/README.org b/README.org index 591fc7e..74267fe 100644 --- a/README.org +++ b/README.org @@ -36,6 +36,9 @@ make make install #+end_src + + Do *NOT* run make install as root, it installs the plugin to your + local weechat plugins directory * Tasks