mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
Auto-update the patch list when 'make DESTDIR=dest_dir install' is run.
This commit is contained in:
parent
7e5038e76c
commit
7a15599a3a
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user