This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
dxvk-wine-autobuilder
mirror of
https://github.com/Fincer/dxvk-wine-autobuilder
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Wine PKGBUILD: Check diff files as well
master
Fincer
6 years ago
parent
5fd061e776
commit
6a96bbbb05
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
arch/0-wine-staging-git/PKGBUILD
+ 1
- 1
arch/0-wine-staging-git/PKGBUILD
View File
@ -197,7 +197,7 @@ build() {
${
staging_patchsets
[*]
}
fi
if
[
[
$(
ls
"
${
srcdir
}
"
/*.patch
|
wc -w
)
-ne
0
]
]
;
then
if
[
[
$(
ls
"
${
srcdir
}
"
/*.
{
patch
,diff
}
|
wc -w
)
-ne
0
]
]
;
then
cd
"
${
srcdir
}
"
/wine-git
# Apply all custom patches
Write
Preview
Loading…
Cancel
Save