Merge branch 'dev' of git@github.com:dacap/aseprite.git into dev

This commit is contained in:
David Capello 2012-08-23 23:52:15 -03:00
commit ae777018e2

View File

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