Fix install finally

v1
Tony Olagbaiye 6 years ago
parent 4c8df43364
commit 99e5e130a7

@ -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

@ -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

Loading…
Cancel
Save