fix symlink creation

This commit is contained in:
Steven Barth 2008-06-02 15:34:59 +00:00
parent 0ad9e29e5e
commit a6fa1e0833

View file

@ -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