From: Steven Barth Date: Mon, 2 Jun 2008 15:34:59 +0000 (+0000) Subject: fix symlink creation X-Git-Tag: 0.8.0~926 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=a6fa1e08336e16d487f3c0913ea07a8bb2b345a7;p=project%2Fluci.git fix symlink creation --- diff --git a/Makefile b/Makefile index ec0d76a62..0e09682ae 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,8 @@ luahost: luabuild hostcopy hostcopy: mkdir -p host for i in $(MODULES); do cp $$i/dist/* host/ -R 2>/dev/null || true; done - ln -sf .$(LUCI_INSTALLDIR) host/luci + rm -f host/luci + ln -s .$(LUCI_INSTALLDIR) host/luci run: host ./host/usr/bin/boa -c ./host/etc/boa -d