summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandall Larson <rslarson147@gmail.com>2020-04-26 22:40:26 +0000
committerFrediano Ziglio <freddy77@gmail.com>2020-07-30 10:31:11 +0100
commit631cdb737a70f501018fc6326a90b07d4d41a797 (patch)
treef327616ef355acda8e3c5882aac912160d29c8c4
parentdabaf01274e5ca69702318ddeefe217e99f1514a (diff)
Update spice-osx-build-setup.shosx
-rwxr-xr-xspice-osx-build-setup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/spice-osx-build-setup.sh b/spice-osx-build-setup.sh
index e0a73bd..4bef99c 100755
--- a/spice-osx-build-setup.sh
+++ b/spice-osx-build-setup.sh
@@ -26,7 +26,7 @@
#
SOURCE=$HOME/Source
-BASEURL="https://git.gnome.org/browse/gtk-osx/plain/"
+BASEURL="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/"
SPICE_JHBUILD_GIT="git://people.freedesktop.org/spice/spice-jhbuild"
do_exit()
@@ -60,5 +60,5 @@ fi
echo "Setting up gtk-osx build"
cd ..
-curl -s $BASEURL/gtk-osx-build-setup.sh -o gtk-osx-build-setup.sh || do_exit "Didn't get jhbuildrc"
-sh gtk-osx-build-setup.sh || do_exit "Failed to setup gtk-osx build"
+curl -s $BASEURL/gtk-osx-setup.sh -o gtk-osx-setup.sh || do_exit "Didn't get jhbuildrc"
+sh gtk-osx-setup.sh || do_exit "Failed to setup gtk-osx build"