From f711206f5abf7e79c016e8d07f547fd6d4293ec8 Mon Sep 17 00:00:00 2001 From: Bart Trojanowski Date: Fri, 14 Sep 2007 23:42:39 -0400 Subject: [PATCH] don't forget to copy core to ~/.wmii-3.5/ --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fd069d5..f069eb0 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,7 @@ else cp wmiirc.lua ~/.wmii-3.5/wmiirc ; \ chmod +x ~/.wmii-3.5/wmiirc ; \ fi + cp core/*.lua ~/.wmii-3.5/plugins/ cp plugins/*.lua ~/.wmii-3.5/plugins/ ${MAKE} -C luaixp install ${MAKE} -C luaeventloop install -- 2.11.4.GIT