X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=build%2Fstart-build;h=23256ace8bad7d271e73b3f5f094d9cdcd535021;hb=bd25baf67d259c1b805951dfd92a310766c13661;hp=d12dd59c4e5b42f4f23ee50e9d05126176f4cf01;hpb=998f5f1f5e431227e4572331546d394a68099731;p=kivitendo-erp.git diff --git a/build/start-build b/build/start-build index d12dd59c4..23256ace8 100755 --- a/build/start-build +++ b/build/start-build @@ -2,10 +2,16 @@ set -e # checkout build utilities -if [ ! -d projects ]; then +if [ -d projects ]; then + pushd projects >/dev/null + git pull origin master + popd >/dev/null +else git clone https://github.com/wagner-tech/projects/ fi ln -sf projects/tools/make/configure . -echo "Nexr step: call 'configure '" +echo "Next step: call 'configure '" +echo "Available are:" +ls *.co