Update the directory names to match changes at SourceForge.

This commit is contained in:
Fred Drake 2001-05-09 16:33:34 +00:00
parent e3e61049a5
commit 283b352d48
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ UPDATES="$HOME/tmp/$2"
TMPDIR="$$-docs"
cd /home/groups/python/htdocs || exit $?
cd /home/groups/p/py/python/htdocs || exit $?
mkdir $TMPDIR || exit $?
cd $TMPDIR || exit $?
(bzip2 -dc "$UPDATES" | tar xf -) || exit $?