Checking for installer README.html to prevent build failure.
This commit is contained in:
parent
3f42bba0c7
commit
b05975ba1e
|
@ -155,9 +155,12 @@ then
|
||||||
DEBIAN_TOOLS_TXT="/tools/"
|
DEBIAN_TOOLS_TXT="/tools/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -f binary/README.html ]
|
||||||
|
then
|
||||||
sed -i -e "s|DEBIAN_NAME|${DEBIAN_NAME}|g" -e "s|DEBIAN_DATE|${DEBIAN_DATE}|g" -e "s|DEBIAN_TOOLS|${DEBIAN_TOOLS_HTML}|g" binary/README.html
|
sed -i -e "s|DEBIAN_NAME|${DEBIAN_NAME}|g" -e "s|DEBIAN_DATE|${DEBIAN_DATE}|g" -e "s|DEBIAN_TOOLS|${DEBIAN_TOOLS_HTML}|g" binary/README.html
|
||||||
sed -i -e "s|DEBIAN_NAME|${DEBIAN_NAME}|g" -e "s|DEBIAN_DATE|${DEBIAN_DATE}|g" -e "s|DEBIAN_TOOLS|${DEBIAN_TOOLS_TXT}|g" binary/README.txt
|
sed -i -e "s|DEBIAN_NAME|${DEBIAN_NAME}|g" -e "s|DEBIAN_DATE|${DEBIAN_DATE}|g" -e "s|DEBIAN_TOOLS|${DEBIAN_TOOLS_TXT}|g" binary/README.txt
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
# Creating stage file
|
# Creating stage file
|
||||||
Create_stagefile .stage/binary_includes
|
Create_stagefile .stage/binary_includes
|
||||||
|
|
Loading…
Reference in New Issue