Automatically builds included
This commit is contained in:
parent
d95043bd15
commit
a06bc8af96
@ -1,8 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
DIR=$(dirname $(readlink -f "$0"))
|
DIR=$(dirname $(readlink -f "$0"))
|
||||||
cd $DIR
|
cd $DIR
|
||||||
[ ! -e $DIR/probotic ] && echo "You should run './build.sh' before this script." \
|
[ ! -e $DIR/probotic ] && make DEBUG=0 NVULN=1 || return 1
|
||||||
&& return 1
|
|
||||||
# run bootstrapper
|
# run bootstrapper
|
||||||
[ ! -e $DIR/bootstrap/ ] && $DIR/bootstrap/bootstrap.sh || return 1
|
[ ! -e $DIR/bootstrap/ ] && $DIR/bootstrap/bootstrap.sh || return 1
|
||||||
# generate directories and install
|
# generate directories and install
|
||||||
|
Reference in New Issue
Block a user