From 03bdfa28641fe20d3c88d9b35426aa25c341f924 Mon Sep 17 00:00:00 2001 From: Bart Trojanowski Date: Sat, 15 Sep 2007 00:01:55 -0400 Subject: [PATCH] install core/*.lua in ~/.wmii-3.5/core/ I shouldn't be making releases this late at night --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f069eb0..453f8a4 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +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 core/*.lua ~/.wmii-3.5/core/ cp plugins/*.lua ~/.wmii-3.5/plugins/ ${MAKE} -C luaixp install ${MAKE} -C luaeventloop install -- 2.11.4.GIT