Try to cd back to the build root

pull/447/head
Kyle Johnson 2014-06-27 08:34:15 -04:00
parent 158432a8cf
commit 13f5bccb7c
1 changed files with 2 additions and 1 deletions

View File

@ -9,10 +9,11 @@ with_timestamps() {
done
}
cd $TRAVIS_BUILD_DIR
bootstrap_zm() {
cd $TRAVIS_BUILD_DIR
if [ "$ZM_BUILDMETHOD" = "autotools" ]; then libtoolize --force; fi
if [ "$ZM_BUILDMETHOD" = "autotools" ]; then aclocal; fi
if [ "$ZM_BUILDMETHOD" = "autotools" ]; then autoheader; fi