diff --git a/build-mg.sh b/build-mg.sh index 6623ace71..70ee16a91 100755 --- a/build-mg.sh +++ b/build-mg.sh @@ -1,12 +1,11 @@ #!/bin/sh -mkdir build +mkdir -p build cd build cmake .. make -echo 'You may now launch mega-glest from this folder like this:' -echo '../mk/linux/glest.bin --ini-path=../mk/linux/ --data-path=../mk/linux/' - - +cd .. +echo 'You may now launch mega-glest from this directory like this:' +echo 'mk/linux/glest.bin --ini-path=mk/linux/ --data-path=mk/linux/'