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:05:10 -0800
commit58b2d4178d03ed367eb3facafea4bb46283c0636 (patch)
treeee3f65abb6b41c059c13e8a0781a07c2a767f8f0
parent554af21cc0063c2826412acb8b768ed88b390097 (diff)
downloadQuark_EDKII-58b2d4178d03ed367eb3facafea4bb46283c0636.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 79cd308..b3d625f 100644
--- a/build.sh
+++ b/build.sh
@@ -13,7 +13,7 @@ fi
if [ ! -d openssl-0.9.8w ]; then
tar xfz openssl-0.9.8w.tar.gz
cd openssl-0.9.8w
- patch -p0 <../EDKII_openssl-0.9.8w.patch
+ patch -b -p0 <../EDKII_openssl-0.9.8w.patch
cd ..
sh ./Install.sh
fi