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
Arch: DXVK - ignore non-existent patch files
master
Fincer
6 years ago
parent
ee708f34af
commit
9d982cd7b5
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
arch/0-dxvk-git/PKGBUILD
+ 3
- 1
arch/0-dxvk-git/PKGBUILD
View File
@ -54,7 +54,9 @@ prepare() {
msg2
"Applying custom patches..."
for
i in
"
${
srcdir
}
"
/*.
{
patch,diff
}
;
do
patch -Np1 <
${
i
}
if
[
[
-f
${
i
}
]
]
;
then
patch -Np1 <
${
i
}
fi
done
fi
Write
Preview
Loading…
Cancel
Save