Skip to content
Snippets Groups Projects
Unverified Commit 9f7bfefb authored by David Beniamine's avatar David Beniamine
Browse files

fix not reentrant make web

parent 7503aa12
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,8 @@ rule:
web:
@echo "Copying web files"
cp -r src/www/ $(WEB_PREFIX)/$(NAME)
mkdir -p $(WEB_PREFIX)/$(NAME)
cp -r src/www/* $(WEB_PREFIX)/$(NAME)/
chown -R www-data:www-data $(WEB_PREFIX)/$(NAME)
touch $(WEB_CLIENT)
tetras-back --register $(WEB_CLIENT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment