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

root Makefile: fixed minor bug in save_old_srv_binaries rule

parent 4238b9ad
Branches
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ copy_config_srv:
# Save the previous nexus-server binary (in case a revert were needed)
save_old_srv_binaries:
@echo "Saving old server binaries"
@ln $(SERVER_BASEDIR)/bin/nexus-server $(SERVER_BASEDIR)/bin/nexus-server.old
@cp -p $(SERVER_BASEDIR)/bin/nexus-server $(SERVER_BASEDIR)/bin/nexus-server.old
copy_binaries_srv:
@echo "Copying server binaries"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment