This commit is contained in:
2015-01-10 15:50:34 -05:00
parent a7b777ce40
commit 14d587827a
4 changed files with 38 additions and 10 deletions

View File

@@ -67,7 +67,7 @@ for i in ${ROOTDIR} ${CHROOTDIR32} ${CHROOTDIR64} ${BUILDDIR}32 ${BUILDDIR}64 ${
do
if [ ! -d ${i} ];
then
echo "${i} does not exist - creating."
#echo "${i} does not exist - creating."
mkdir -p ${i}
fi
done