From af001d1e25e93e39c26f57c5f2befd64fa721299 Mon Sep 17 00:00:00 2001
From: David Hoese <davidh@ssec.wisc.edu>
Date: Thu, 14 Jan 2010 19:58:32 +0000
Subject: [PATCH] uses link in home dir for repos location

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 7ab4b0e..98c012f 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
-- 
GitLab