Eliminate use of obsolete %patchN syntax (#2283636)
This commit is contained in:
parent
ec4a2a1fd3
commit
4abf80ace4
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ developing applications that use %{name}.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -z .linux
|
||||
%patch1 -p1
|
||||
%patch -P0 -p1 -z .linux
|
||||
%patch -P1 -p1
|
||||
for i in include/alfont*.h freetype/docs/FTL.TXT; do
|
||||
sed -i.orig s'/\r//g' $i
|
||||
touch -r $i.orig $i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue