From 58431689ecf8d3389a4600a1482fa8fcae3e95d7 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 8 May 2008 16:22:47 +0000 Subject: [PATCH] * Fixed local Makefiles --- build/module.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/module.mk b/build/module.mk index 286927436..45732a434 100644 --- a/build/module.mk +++ b/build/module.mk @@ -4,12 +4,12 @@ all: compile source: mkdir -p dist$(LUCI_INSTALLDIR) - cp root dist -R - cp src dist$(LUCI_INSTALLDIR) -R + cp root/* dist -R + cp src/* dist$(LUCI_INSTALLDIR) -R for i in $$(find dist -name .svn); do rm $$i -rf; done compile: source for i in $$(find dist -name *.lua); do $(LUAC) $(LUAC_OPTIONS) -o $$i $$i; done clean: - rm dist -rf \ No newline at end of file + rm dist -rf -- 2.11.0