Skip to content
Snippets Groups Projects
Commit 4747d703 authored by Florent Gluck's avatar Florent Gluck
Browse files

Fixed bug in Makefile (update_srv rule)

parent ab5a566b
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ save_old_srv_binaries:
copy_binaries_srv:
@echo "Copying server binaries"
@cp $(BUILD_DIR)/$(SERVER_BINARY) src/server/nexus-server $(SERVER_BASEDIR)/bin
@cp $(BUILD_DIR)/$(SERVER_BINARY) $(SERVER_BASEDIR)/bin
@cp $(BUILD_DIR)/$(GENPWD_BINARY) $(SERVER_BASEDIR)/bin
@cp tools/template_creator $(SERVER_BASEDIR)/bin
@cp tools/vm_run $(SERVER_BASEDIR)/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment