wine-staging: Move staging patches to prePatch

This commit is contained in:
Philipp 2021-09-27 17:57:52 +02:00
parent b2e576d359
commit 52f22edb9c
No known key found for this signature in database
GPG Key ID: 2258EE3B85DE1748

View File

@ -12,7 +12,7 @@ in assert lib.getVersion wineUnstable == patch.version;
name = "${self.name}-staging";
postPatch = self.postPatch or "" + ''
prePatch = self.prePatch or "" + ''
patchShebangs tools
cp -r ${patch}/patches .
chmod +w patches