You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Auto-update the patch list when 'make DESTDIR=dest_dir install' is run.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
PATCH:=patch -N -p0 --strip=1
|
||||
|
||||
install:
|
||||
# Update the list of patches
|
||||
cd $(CURDIR)/..; ./generate-patchlist.sh > $(CURDIR)/patch-list.patch;
|
||||
|
||||
# Apply our patches to Wine
|
||||
for DIR in $$(find $(CURDIR) -type d | sort); do \
|
||||
for FILE in $$(ls $$DIR | sort | grep '\.patch$$'); do \
|
||||
|
Reference in New Issue
Block a user