mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Abort if patching the source files fails.
This commit is contained in:
parent
7642c422ed
commit
29d69db459
@ -10,7 +10,7 @@ install:
|
||||
for FILE in $$(ls $$DIR | sort | grep '\.patch$$'); do \
|
||||
SHORTNAME=$$(echo "$$DIR/$$FILE" | sed 's|$(CURDIR)|\.|g' ); \
|
||||
printf "Applying patch '$$SHORTNAME'...\n"; \
|
||||
$(PATCH) < $$DIR/$$FILE || cat || exit 1; \
|
||||
$(PATCH) < $$DIR/$$FILE || exit 1; \
|
||||
done \
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user