You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Move generate-patchlist.sh script into folder debian/tools, integrate patch-list-template.diff into the shell script
This commit is contained in:
@@ -4,7 +4,7 @@ PATCH:=patch -N -p0 --strip=1
|
||||
|
||||
install:
|
||||
# Update the list of patches
|
||||
cd $(CURDIR)/..; ./generate-patchlist.sh > $(CURDIR)/patch-list.patch;
|
||||
cd $(CURDIR)/..; ./debian/tools/generate-patchlist.sh > $(CURDIR)/patch-list.patch;
|
||||
|
||||
# Apply our patches to Wine
|
||||
cd $(DESTDIR); \
|
||||
|
@@ -1,5 +1,5 @@
|
||||
From: "FDS-Team" <webmaster@fds-team.de>
|
||||
Subject: Autogenerated patch list.
|
||||
Subject: Autogenerated patch list.
|
||||
|
||||
---
|
||||
diff --git a/dlls/ntdll/misc.c b/dlls/ntdll/misc.c
|
||||
|
Reference in New Issue
Block a user