From: Konstantin Dmitriev Date: Wed, 14 Apr 2010 14:03:20 +0000 (+0700) Subject: Automated build script - get source files from synfig's download repository, not... X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=commitdiff_plain;h=be151ffd993610bed9280eb4081a8a8cd21b1c0a Automated build script - get source files from synfig's download repository, not morevna's one. --- diff --git a/autobuild/synfigstudio-linux-build.sh b/autobuild/synfigstudio-linux-build.sh index b6303f1..4eb951f 100644 --- a/autobuild/synfigstudio-linux-build.sh +++ b/autobuild/synfigstudio-linux-build.sh @@ -791,7 +791,7 @@ mkpackage() ImageMagick-${IMAGEMAGICK}-xdg-open.patch do #[ ! -e $FILE ] && wget -c http://download.tuxfamily.org/morevna/morevnapackage/sources/$FILE - rsync -av rsync://download.tuxfamily.org/pub/morevna/morevnapackage/sources/$FILE ./ + rsync -av rsync://download.tuxfamily.org/pub/synfig/packages/sources/$FILE ./ done if [[ $OPENGL == 1 ]]; then for FILE in \ @@ -809,7 +809,7 @@ mkpackage() gtkglextmm-${GTKGLEXTMM}-aclocal.diff do #[ ! -e $FILE ] && wget -c http://download.tuxfamily.org/morevna/morevnapackage/sources/$FILE - rsync -av rsync://download.tuxfamily.org/pub/morevna/morevnapackage/sources/$FILE ./ + rsync -av rsync://download.tuxfamily.org/pub/synfig/packages/sources/$FILE ./ done fi popd