unification cont.

This commit is contained in:
George Danchev
2011-07-08 13:05:21 +00:00
parent 7918b6cd24
commit 072ba71c2d
4 changed files with 112 additions and 76 deletions

View File

@ -11,6 +11,15 @@ if [ ! -x $RELENG_XORRISO ]; then
exit 31
fi
# check data dir, if any and after checking -x xorriso
if [ -d "${GEN_DATA_DIR}" ]; then
printf "\n${SELF}: directory %s exists!" ${GEN_DATA_DIR}
printf "\n${SELF}: use '${SELF} -c1' to remove.\n"
exit 8
else
mkdir "${GEN_DATA_DIR}"
fi
printf "\n$0: FAIL: === TEPLATE === RENAME ME TO releng_<title>\n"
exit 31