diff options
Diffstat (limited to 'eclass/gtk-sharp-module.eclass')
-rw-r--r-- | eclass/gtk-sharp-module.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/gtk-sharp-module.eclass b/eclass/gtk-sharp-module.eclass index 6b457b123f06..3b9dee87632c 100644 --- a/eclass/gtk-sharp-module.eclass +++ b/eclass/gtk-sharp-module.eclass @@ -283,7 +283,7 @@ S="${WORKDIR}/${TARBALL}-${PV}" # @ECLASS-VARIABLE: SRC_URI # @DESCRIPTION: # Default value: mirror://gnome/sources/${TARBALL}/${PV_MAJOR}/${TARBALL}-${PV}.tar.bz2 -if TARBALL="gtk-sharp"; then +if [[ ${TARBALL} == "gtk-sharp" ]]; then SRC_URI="${SRC_URI} http://download.mono-project.com/sources/gtk-sharp212/${TARBALL}-${PV}.tar.bz2" else |