mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
gitapply.sh: Fix patching issues on Gentoo.
This commit is contained in:
parent
5dc4aa102e
commit
4c1c303b62
4
debian/tools/gitapply.sh
vendored
4
debian/tools/gitapply.sh
vendored
@ -129,6 +129,10 @@ for dependency in awk cut dd du grep gzip hexdump patch sha1sum; do
|
||||
fi
|
||||
done
|
||||
|
||||
# Workaround for new versions of awk, which assume that we want to use unicode
|
||||
export LANG=C
|
||||
export LC_ALL=C
|
||||
|
||||
# Decode base85 git data, prepend with a gzip header
|
||||
awk_decode_b85='
|
||||
BEGIN{
|
||||
|
Loading…
Reference in New Issue
Block a user