fixing this stupid fucking patch. gorram whitespace tabs gorram it

This commit is contained in:
2016-03-02 01:29:05 -05:00
parent e95c4f3cff
commit 001fdf99d3
2 changed files with 28 additions and 27 deletions

View File

@@ -298,7 +298,7 @@ EOF
## Apply our patches.
for i in $(find ${BASEDIR}/src/ipxe_local/patches/ -type f -iname "*.patch" -printf '%P\n' | sort);
do
patch -Np2 < ${BASEDIR}/src/ipxe_local/patches/${i} >> "${LOGFILE}.${FUNCNAME}" 2>&1
patch --verbose -Np2 < ${BASEDIR}/src/ipxe_local/patches/${i} >> "${LOGFILE}.${FUNCNAME}" 2>&1
done
## SSL
SSLDIR="${BASEDIR}/src/ipxe_local/ssl"