summarylogtreecommitdiffstats
path: root/uefipatch.cpp.patch
diff options
context:
space:
mode:
authorxsmile2018-06-01 01:14:55 +0200
committerxsmile2018-06-01 01:14:55 +0200
commit9a28afea7600b6bf482caa0021d21d610f5bebae (patch)
tree192abcf785f8500b8ea2c708485e39f721bb2325 /uefipatch.cpp.patch
parent8a5dc7a473dc3b8127d5f968c0397f6d651ac22d (diff)
downloadaur-9a28afea7600b6bf482caa0021d21d610f5bebae.tar.gz
Removed UEFIExtract,UEFIFind and uefipatch.cpp.patch
Diffstat (limited to 'uefipatch.cpp.patch')
-rw-r--r--uefipatch.cpp.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/uefipatch.cpp.patch b/uefipatch.cpp.patch
deleted file mode 100644
index 7bd86073ea84..000000000000
--- a/uefipatch.cpp.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/uefitool/UEFIPatch/uefipatch.cpp 2016-10-07 23:39:16.579188249 +0200
-+++ b/uefitool/UEFIPatch/uefipatch.cpp 2016-10-07 23:40:00.707034736 +0200
-@@ -27,13 +27,13 @@
-
- UINT8 UEFIPatch::patchFromFile(QString path)
- {
-- QFileInfo patchInfo = QFileInfo("patches.txt");
-+ QFileInfo patchInfo = QFileInfo("/usr/share/uefitool/patches.txt");
-
- if (!patchInfo.exists())
- return ERR_INVALID_FILE;
-
- QFile file;
-- file.setFileName("patches.txt");
-+ file.setFileName("/usr/share/uefitool/patches.txt");
-
- if (!file.open(QFile::ReadOnly | QFile::Text))
- return ERR_INVALID_FILE;