use correct url

This commit is contained in:
Gwenhael Le Moine 2010-09-29 20:49:56 +07:00
parent 021ae33404
commit 596f791c44

View file

@ -19,7 +19,7 @@ rm -fr $PKG
# get sources
[ -e $CWD/LearnPythonTheHardWay.pdf ] && mv $CWD/LearnPythonTheHardWay.pdf $CWD/LearnPythonTheHardWay.pdf.orig
wget -c http://sheddingbikes.com/LearnPythonTheHardWay.pdf -O $CWD/LearnPythonTheHardWay.pdf
wget -c http://learnpythonthehardway.org/static/LearnPythonTheHardWay.pdf -O $CWD/LearnPythonTheHardWay.pdf
mkdir -p $PKG$PREFIX/doc/$PRGNAM
cp -R $CWD/LearnPythonTheHardWay.pdf $PKG$PREFIX/doc/$PRGNAM