Explorar o código

Add bootstrap.sh

FusionPBX hai 9 meses
pai
achega
114f36fd7a
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      debian/resources/switch/source-release.sh

+ 3 - 0
debian/resources/switch/source-release.sh

@@ -105,6 +105,9 @@ if [ $switch_branch = "stable" ]; then
 		#unzip freeswitch-$switch_version.-release.zip
 		#unzip freeswitch-$switch_version.-release.zip
 		#mv freeswitch-$switch_version.-release freeswitch-$switch_version
 		#mv freeswitch-$switch_version.-release freeswitch-$switch_version
 		cd /usr/src/freeswitch-$switch_version
 		cd /usr/src/freeswitch-$switch_version
+		
+		# bootstrap is needed if using git
+		./bootstrap.sh -j
 
 
 		#apply rtp timestamp patch - Fix RTP audio issues use the following for additional information. https://github.com/briteback/freeswitch/commit/9f8968ccabb8a4e0353016d4ea0ff99561b005f1
 		#apply rtp timestamp patch - Fix RTP audio issues use the following for additional information. https://github.com/briteback/freeswitch/commit/9f8968ccabb8a4e0353016d4ea0ff99561b005f1
 		#patch -u /usr/src/freeswitch-$switch_version/src/switch_rtp.c -i /usr/src/fusionpbx-install.sh/debian/resources/switch/source/switch_rtp.diff
 		#patch -u /usr/src/freeswitch-$switch_version/src/switch_rtp.c -i /usr/src/fusionpbx-install.sh/debian/resources/switch/source/switch_rtp.diff