Fix create_release.sh script.

This commit is contained in:
David Capello 2012-08-23 22:29:40 -03:00
parent fb5f086f0f
commit c539306327

View File

@ -34,12 +34,12 @@ fi
cd $destdir/scripts cd $destdir/scripts
sh update_version.sh $version sh update_version.sh $version
cd ..
# ---------------------------------------------- # ----------------------------------------------
# Make a build/ directory and compile with cmake # Make a build/ directory and compile with cmake
# ---------------------------------------------- # ----------------------------------------------
cd $destdir
if [ ! -d build ] ; then if [ ! -d build ] ; then
mkdir build mkdir build
cd build cd build