summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31f3ef6..5cbbcae 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ all: $(PREPROCESSOR_RESULT) build $(WWW_DIR) $(MODULES_WWW)
upload_to:
$(MAKE) CONFIG_FILE=conf/tacticians.conf
- scp -r $(WWW_DIR)/* procyon_:/static_content_node/
+ scp -r $(WWW_DIR)/* procyon_:/static_content_node/www/
build:
for module in $(MODULES_SRC) ; do \