Avoid use of deprecated patch syntax

This commit is contained in:
Paul Howarth 2023-04-26 08:40:00 +01:00
parent 7395f610b9
commit 5b00c84e58

View File

@ -56,7 +56,7 @@ This module provides accelerated versions of functions in List::MoreUtils.
%setup -q -n List-MoreUtils-XS-%{version}
# Unbundle bundled modules except private inc::Config::AutoConf::LMU
%patch0
%patch -P 0
find inc/ -type f ! -name LMU.pm -print -delete
%build