From c95aae104930a1fb99e4891b46b158e055fb89d2 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Tue, 16 Jul 2019 15:04:21 +1000 Subject: [PATCH] Updated mailing-list-patches patchset Thanks Tk-Glitch for the update. --- ...new-INF-file-and-copy-it-to-the-INF-.patch | 30 +++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/patches/mailing-list-patches/0001-winebus.inf-Add-new-INF-file-and-copy-it-to-the-INF-.patch b/patches/mailing-list-patches/0001-winebus.inf-Add-new-INF-file-and-copy-it-to-the-INF-.patch index 8b6d54f7..99b986dc 100644 --- a/patches/mailing-list-patches/0001-winebus.inf-Add-new-INF-file-and-copy-it-to-the-INF-.patch +++ b/patches/mailing-list-patches/0001-winebus.inf-Add-new-INF-file-and-copy-it-to-the-INF-.patch @@ -1,4 +1,4 @@ -From c7768e2ba1a86ba18c78115f2e6306dd2e08abf1 Mon Sep 17 00:00:00 2001 +From 4612f7cbb5fffdacf013eb447e5330c0a2da22d3 Mon Sep 17 00:00:00 2001 From: Zebediah Figura Date: Thu, 27 Jun 2019 22:30:12 -0500 Subject: [PATCH] winebus.inf: Add new INF file and copy it to the INF @@ -6,12 +6,38 @@ Subject: [PATCH] winebus.inf: Add new INF file and copy it to the INF Signed-off-by: Zebediah Figura --- + configure | 1 + + configure.ac | 1 + loader/Makefile.in | 1 + loader/wine.inf.in | 1 + loader/winebus.inf.in | 22 ++++++++++++++++++++++ - 3 files changed, 24 insertions(+) + 5 files changed, 26 insertions(+) create mode 100644 loader/winebus.inf.in +diff --git a/configure b/configure +index f1de2c4052..11ff21f917 100755 +--- a/configure ++++ b/configure +@@ -21032,6 +21032,7 @@ else + fonts \ + loader/l_intl.nls \ + loader/wine.inf \ ++loader/winebus.inf \ + loader/winehid.inf \ + programs/msidb/msidb \ + programs/msiexec/msiexec \ +diff --git a/configure.ac b/configure.ac +index a7c45ace73..c1c992cd89 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -4035,6 +4035,7 @@ else + fonts \ + loader/l_intl.nls \ + loader/wine.inf \ ++loader/winebus.inf \ + loader/winehid.inf \ + programs/msidb/msidb \ + programs/msiexec/msiexec \ diff --git a/loader/Makefile.in b/loader/Makefile.in index 3ada656408..11a476103c 100644 --- a/loader/Makefile.in