summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <JBottomley@Parallels.com>2015-01-25 11:02:54 -0800
committerJames Bottomley <JBottomley@Parallels.com>2015-02-04 15:03:05 -0800
commit554af21cc0063c2826412acb8b768ed88b390097 (patch)
treefacadfb34ed796cd28734e16520d74203c6e6b79
parentc3625bea8dd1197742b6447ca17300f45810e3f1 (diff)
downloadQuark_EDKII-554af21cc0063c2826412acb8b768ed88b390097.tar.gz
The build script needs an .orig file to exist for patch application detection
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
-rw-r--r--build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 51ff08e..79cd308 100644
--- a/build.sh
+++ b/build.sh
@@ -21,7 +21,7 @@ popd
#
# Need to apply patch for generating correct hashes on IA32
if [ ! -f SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c.orig ]; then
- patch -p1 < DxeImageVerificationLib-fix.diff
+ patch -p1 -b < DxeImageVerificationLib-fix.diff
fi
# now initialise the edk2environment using the QuarkPlatformPkg Overrides
cp .module/edk2/edksetup.sh .