--- trunk/mage/usr/lib/mage/smage2.sh 2009/06/29 18:53:00 880 +++ trunk/mage/usr/lib/mage/smage2.sh 2009/06/29 18:56:32 881 @@ -189,6 +189,7 @@ --continue \ --progress bar \ --directory-prefix="${my_SOURCEDIR}" \ + --output-document="$(basename ${my_SRC_URI_MIRROR})" \ "${my_SRC_URI_MIRROR}" if [[ $? = 0 ]] then @@ -213,6 +214,7 @@ --continue \ --progress bar \ --directory-prefix="${my_SOURCEDIR}" \ + --output-document="$(basename ${my_SRC_URI_MIRROR})" \ "${my_SRC_URI_MIRROR}" if [[ $? = 0 ]] then @@ -237,6 +239,7 @@ --continue \ --progress bar \ --directory-prefix="${my_SOURCEDIR}" \ + --output-document="$(basename ${my_SRC_URI_MIRROR})" \ "${my_SRC_URI_MIRROR}" if [[ $? = 0 ]] then @@ -261,6 +264,7 @@ --continue \ --progress bar \ --directory-prefix="${my_SOURCEDIR}" \ + --output-document="$(basename ${my_SRC_URI_MIRROR})" \ "${my_SRC_URI_MIRROR}" if [[ $? = 0 ]] then @@ -285,6 +289,7 @@ --continue \ --progress bar \ --directory-prefix="${my_SOURCEDIR}" \ + --output-document="$(basename ${my_SRC_URI_MIRROR})" \ "${my_SRC_URI_MIRROR}" if [[ $? = 0 ]] then @@ -304,6 +309,7 @@ --continue \ --progress bar \ --directory-prefix="${my_SOURCEDIR}" \ + --output-document="$(basename ${my_SRC_URI_MIRROR})" \ "${my_SRC_URI}" fi fi