From 1658e08932ee7b1701e720d733714b76c4c63b2d Mon Sep 17 00:00:00 2001 From: Bart Trojanowski Date: Sat, 15 Sep 2007 10:44:19 -0400 Subject: [PATCH] *another* fix for make install --- luaeventloop/Makefile | 4 ++-- luaixp/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/luaeventloop/Makefile b/luaeventloop/Makefile index ffb4222..c0fd9ac 100644 --- a/luaeventloop/Makefile +++ b/luaeventloop/Makefile @@ -28,5 +28,5 @@ clean: -rm -f *.o *.so *~ install: ${TARGET} - mkdir -p ~/.wmii-3.5/ixp/ - cp ${TARGET} ~/.wmii-3.5/ixp/ + mkdir -p ~/.wmii-3.5/core/ + cp ${TARGET} ~/.wmii-3.5/core/ diff --git a/luaixp/Makefile b/luaixp/Makefile index f9b1fc8..3869ba5 100644 --- a/luaixp/Makefile +++ b/luaixp/Makefile @@ -30,5 +30,5 @@ clean: -rm -f *.o *.so *~ install: ${TARGET} - mkdir -p ~/.wmii-3.5/ixp/ - cp ${TARGET} ~/.wmii-3.5/ixp/ + mkdir -p ~/.wmii-3.5/core/ + cp ${TARGET} ~/.wmii-3.5/core/ -- 2.11.4.GIT