diff --git a/Makefile b/Makefile
index 7ab4b0e44ff1f86531a33ba893e9cfce6614cb09..98c012faf5de069c342707ace380373be75d8933 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,8 @@ clean:
 	#rm -rf *.egg-info
 
 torepos:
-	scp dist/*.egg $$USER@bora7.ssec.wisc.edu:/home/httpd/html/eggs/repos/MetObs
+	scp dist/*.egg $$USER@larch.ssec.wisc.edu:repos/MetObs
+	# Must have a sym link in home directory to the current repository location
 
 develop:
 	$(PYBIN) setup.py develop