|
|
| version 1.33, 2009/10/01 22:05:43 | version 1.34, 2009/11/09 02:09:48 |
|---|---|
| Line 74 fi | Line 74 fi |
| if test ! -f "$project_directory/gnome/lib/libxml2.a"; then | if test ! -f "$project_directory/gnome/lib/libxml2.a"; then |
| cd $project_directory/src | cd $project_directory/src |
| libxml2="libxml2-2.7.5" | libxml2="libxml2-2.7.6" |
| if test ! -f "$libxml2.tar.gz"; then | if test ! -f "$libxml2.tar.gz"; then |
| echo "Downloading libxml [3 lib of 4]..." | echo "Downloading libxml [3 lib of 4]..." |
| wget -c --passive-ftp ftp://xmlsoft.org/libxml2/$libxml2.tar.gz | wget -c --passive-ftp ftp://xmlsoft.org/libxml2/$libxml2.tar.gz |