don't mirror gedit binaries, mirror *.txt (ex26)
This commit is contained in:
parent
fc8e821101
commit
68c2f54fe6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue