a26548cf7563dd22ae3f42fb148c91147e9fd7d4
[kivitendo-erp.git] / build / start-build
1 #!/bin/bash
2 set -e
3
4 # checkout build utilities
5 if [ ! -d projects ]; then
6         git clone https://github.com/wagner-tech/projects/
7 fi
8
9 ln -sf projects/tools/make/configure .
10
11 echo "Next step: call 'configure <project> <tag>'"