[Spice-devel] [PATCH v2 3/3] spice-osx-build-setup.sh: fix gtk-osx fetching script link
Kirill Moizik
kirill at daynix.com
Sun May 10 08:47:33 PDT 2015
From: Kirill Moizik <kmoizik at redhat.com>
should be https, not http, since curl does not do autoredirection
Signed-off-by: Kirill Moizik <kmoizik at redhat.com>
---
spice-osx-build-setup.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spice-osx-build-setup.sh b/spice-osx-build-setup.sh
index c04311e..4934ed7 100755
--- a/spice-osx-build-setup.sh
+++ b/spice-osx-build-setup.sh
@@ -26,7 +26,7 @@
#
SOURCE=$HOME/Source
-BASEURL="http://git.gnome.org/browse/gtk-osx/plain/"
+BASEURL="https://git.gnome.org/browse/gtk-osx/plain/"
SPICE_JHBUILD_GIT="git://people.freedesktop.org/~teuf/spice-jhbuild"
do_exit()
--
1.9.5 (Apple Git-50.3)
More information about the Spice-devel
mailing list