corrections to scripts

This commit is contained in:
2016-05-14 20:20:26 +01:00
parent 8b6f9f1d59
commit 0087f19c03
11 changed files with 6 additions and 4 deletions

6
bin/make Executable file → Normal file
View File

@@ -6,10 +6,12 @@ if [ ! -e $FILE ]; then
include \$(DOCKER_HOME)/build/Makefile
NAME = $1
VERSION = latest
build: $1
build: prepare $1
EOF
fi
make -f $FILE $2
make -f $FILE build
CODE=$?
if [ ! -z ${DELETE+x} ]; then
rm $FILE
fi
exit $CODE