Move generate-patchlist.sh script into folder debian/tools, integrate patch-list-template.diff into the shell script

This commit is contained in:
Sebastian Lackner
2014-03-04 23:35:20 +01:00
parent 9fd0a6eb9d
commit 2f7523bffe
5 changed files with 30 additions and 29 deletions

View File

@@ -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); \

View File

@@ -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