Skip to content

Commit

Permalink
Hotfixer: Update pulse_reverts hotfix for 18b98df
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Aug 28, 2021
1 parent 90424bf commit f218429
Show file tree
Hide file tree
Showing 3 changed files with 8,779 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wine-tkg-git/wine-tkg-patches/hotfixes/hotfixer
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,11 @@ if [ "$_use_staging" = "true" ] && ( cd "${srcdir}"/"${_stgsrcdir}" && git merge
_hotfixes+=("$_where"/wine-tkg-patches/hotfixes/restore_staging_winepulse/wine-pulseaudio-fixup)
fi
else
_hotfixes+=("$_where"/wine-tkg-patches/hotfixes/restore_staging_winepulse/pulse_reverts)
if ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 18b98df060071aad16f6fab591ce6beb127b7f14 HEAD ); then
_hotfixes+=("$_where"/wine-tkg-patches/hotfixes/restore_staging_winepulse/pulse_reverts-2)
else
_hotfixes+=("$_where"/wine-tkg-patches/hotfixes/restore_staging_winepulse/pulse_reverts-1)
fi
fi

_hotfix_stagingreverts+=(183fd3e089b170d5b7405a80a23e81dc7c4dd682)
Expand Down
Loading

0 comments on commit f218429

Please sign in to comment.