keep bootstrap, just rename it

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14451 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-08-01 06:31:54 +00:00
parent ba2a80e3bc
commit 82fef269c0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ svn co http://svn.freeswitch.org/svn/freeswitch/tags/$SWITCH_VERSION_MAJOR.$SWIT
cd freeswitch-$SWITCH_VERSION_MAJOR.$SWITCH_VERSION_MINOR.$NEW_MICRO cd freeswitch-$SWITCH_VERSION_MAJOR.$SWITCH_VERSION_MINOR.$NEW_MICRO
./bootstrap.sh ./bootstrap.sh
rm -rf `find . -name .svn` rm -rf `find . -name .svn`
rm -f bootstrap.sh mv bootstrap.sh rebootstrap.sh
rm -f docs/AUTHORS rm -f docs/AUTHORS
rm -f docs/COPYING rm -f docs/COPYING
rm -f docs/ChangeLog rm -f docs/ChangeLog