From d9ba7fc00884a0767d9f2ee9e596cde4efda7868 Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Wed, 27 May 2015 13:22:29 -0500 Subject: [PATCH] tweak rebootstrapping for use with mock. --- freeswitch.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/freeswitch.spec b/freeswitch.spec index 03c6c105fe..b47eb64218 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -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 \