From f9254d71d8b1ccf76b4d03640fc67dfc7c863419 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Tue, 28 May 2019 21:16:02 +0300 Subject: [PATCH] Update Wine patch placeholder description --- wine_custom_patches/put_your_wine_patches_here | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wine_custom_patches/put_your_wine_patches_here b/wine_custom_patches/put_your_wine_patches_here index 9fa8438..f34ef13 100644 --- a/wine_custom_patches/put_your_wine_patches_here +++ b/wine_custom_patches/put_your_wine_patches_here @@ -2,3 +2,8 @@ Put your custom Wine patches here. Valid file suffix formats are: .diff and .patch These patches are applied during Wine + Wine Staging compilation + +Patch names which include one of the following strings: + +_nostaging = Targets to non-staging (vanilla) Wine compilation process +_staging = Targets to staging Wine compilation process