mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Updated patchinstall.sh for python3
This commit is contained in:
parent
daff95e4a0
commit
95f5c850de
@ -51,7 +51,7 @@ usage()
|
||||
# Get the upstream commit sha
|
||||
upstream_commit()
|
||||
{
|
||||
echo "b'df5f6f66de80085249d392be5efa085e6ee056a0'"
|
||||
echo "df5f6f66de80085249d392be5efa085e6ee056a0"
|
||||
}
|
||||
|
||||
# Show version information
|
||||
|
@ -735,7 +735,7 @@ def generate_script(all_patches, resolved):
|
||||
template = template_fp.read()
|
||||
with open(config.path_script, "w") as fp:
|
||||
fp.write(template.format(staging_version=_staging_version(),
|
||||
upstream_commit=upstream_commit,
|
||||
upstream_commit=upstream_commit.decode(),
|
||||
patch_helpers="".join(lines_helpers).rstrip("\n"),
|
||||
patch_resolver="".join(lines_resolver).rstrip("\n"),
|
||||
patch_apply="".join(lines_apply).rstrip("\n")))
|
||||
|
Loading…
Reference in New Issue
Block a user