diff --git a/pyglance/setup.py b/pyglance/setup.py index b1cc8db1cb7767957714d7e52860820934d01733..8e373f13141bb14701987e14098e65b1acf5666c 100644 --- a/pyglance/setup.py +++ b/pyglance/setup.py @@ -7,7 +7,7 @@ distribution: python setup.py develop --install-dir=$HOME/Library/Python python setup.py sdist python setup.py bdist_egg -(cd dist; rsync -Cuav * larch.ssec.wisc.edu:/home/httpd/html/eggs/repos/glance/) +(cd dist; rsync -Cuav * larch.ssec.wisc.edu:/var/apache/larch/htdocs/eggs/repos/glance) use: python setup.py install --install-dir=$HOME/Library/Python