]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak rebootstrapping for use with mock.
authorKen Rice <krice@freeswitch.org>
Wed, 27 May 2015 18:22:29 +0000 (13:22 -0500)
committerKen Rice <krice@freeswitch.org>
Wed, 27 May 2015 18:22:29 +0000 (13:22 -0500)
freeswitch.spec

index 03c6c105fe40cdf7ca334a0fe5525ee5768877ce..b47eb642184822ad38ee0039c284b794d144e3c6 100644 (file)
@@ -1540,9 +1540,11 @@ export ACLOCAL_FLAGS="-I /usr/share/aclocal"
 #
 ######################################################################################################################
 
-if test ! -f Makefile.in 
+if test -f bootstrap.sh
 then 
    ./bootstrap.sh
+else
+   ./rebootstrap.sh
 fi
 
 %configure -C \