don't mirror gedit binaries, mirror *.txt (ex26)

This commit is contained in:
Gwenhael Le Moine 2011-06-30 12:25:55 +02:00
parent fc8e821101
commit 68c2f54fe6

View file

@ -24,7 +24,7 @@ rm -fr $PKG
if [ ! -e $REPOSITORIES/$PRGNAM ]; then
mkdir -p $REPOSITORIES/$PRGNAM
( cd $REPOSITORIES/$PRGNAM
httrack http://learnpythonthehardway.org/
httrack http://learnpythonthehardway.org/ -*.dmg -*.exe +*.txt
)
else
( cd $REPOSITORIES/$PRGNAM