From 8bfc4f2def6d52090a3d48c6a0bf6a3cb0b1d3ca Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 29 Oct 2014 17:24:52 -0500 Subject: [PATCH] DOCS-16 DOCS-15 and remember patches are welcome --- build/Makefile.centos5 | 2 +- build/Makefile.centos6 | 2 +- build/Makefile.openbsd | 2 +- build/Makefile.solaris11 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/Makefile.centos5 b/build/Makefile.centos5 index 84baaa50c5..79a2485986 100644 --- a/build/Makefile.centos5 +++ b/build/Makefile.centos5 @@ -29,7 +29,7 @@ freeswitch.git/configure: freeswitch.git/bootstrap.sh cd freeswitch.git && sh bootstrap.sh freeswitch.git/bootstrap.sh: has-git - test -d freeswitch.git || git clone https://stash.freeswitch.org/scm/fs/freeswitch.git freeswitch.git + test -d freeswitch.git || git clone https://freeswitch.org/stash/scm/fs/freeswitch.git freeswitch.git install: freeswitch cd freeswitch.git && make install cd-sounds-install cd-moh-install diff --git a/build/Makefile.centos6 b/build/Makefile.centos6 index 8b9b68c738..89f221335a 100644 --- a/build/Makefile.centos6 +++ b/build/Makefile.centos6 @@ -19,7 +19,7 @@ freeswitch.git/configure: freeswitch.git/bootstrap.sh cd freeswitch.git && sh bootstrap.sh freeswitch.git/bootstrap.sh: has-git - test -d freeswitch.git || git clone https://stash.freeswitch.org/scm/fs/freeswitch.git freeswitch.git + test -d freeswitch.git || git clone https://freeswitch.org/stash/scm/fs/freeswitch.git freeswitch.git rpmforge: (which rpm && rpm -i http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm) || true diff --git a/build/Makefile.openbsd b/build/Makefile.openbsd index 588a2063ee..c916ae0334 100644 --- a/build/Makefile.openbsd +++ b/build/Makefile.openbsd @@ -24,7 +24,7 @@ freeswitch.git/configure: freeswitch.git/bootstrap.sh cd freeswitch.git && AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.14 LIBTOOL=/usr/local/bin/libtoolize sh bootstrap.sh freeswitch.git/bootstrap.sh: has-git - test -d freeswitch.git || git clone https://stash.freeswitch.org/scm/fs/freeswitch.git freeswitch.git + test -d freeswitch.git || git clone https://freeswitch.org/stash/scm/fs/freeswitch.git freeswitch.git install: cd freeswitch.git && AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.14 LIBTOOL=/usr/local/bin/libtoolize gmake install cd-sounds-install cd-moh-install diff --git a/build/Makefile.solaris11 b/build/Makefile.solaris11 index 44c9c2a705..749773ffc3 100644 --- a/build/Makefile.solaris11 +++ b/build/Makefile.solaris11 @@ -31,7 +31,7 @@ freeswitch.git/configure: freeswitch.git/bootstrap.sh cd freeswitch.git && sh bootstrap.sh freeswitch.git/bootstrap.sh: has-git - test -d freeswitch.git || git clone https://stash.freeswitch.org/scm/fs/freeswitch.git freeswitch.git + test -d freeswitch.git || git clone https://freeswitch.org/stash/scm/fs/freeswitch.git freeswitch.git install: freeswitch cd freeswitch.git && gmake install cd-sounds-install cd-moh-install