switch from patchX to patch -PX
This commit is contained in:
parent
98490054ac
commit
8b2d66b5e8
@ -110,10 +110,10 @@ The ncurses-static package includes static libraries of the ncurses library.
|
||||
|
||||
%setup -q -n %{name}-%{version}-%{revision}
|
||||
|
||||
%patch8 -p1 -b .config
|
||||
%patch9 -p1 -b .libs
|
||||
%patch11 -p1 -b .urxvt
|
||||
%patch12 -p1 -b .kbs
|
||||
%patch -P8 -p1 -b .config
|
||||
%patch -P9 -p1 -b .libs
|
||||
%patch -P11 -p1 -b .urxvt
|
||||
%patch -P12 -p1 -b .kbs
|
||||
|
||||
for f in ANNOUNCE; do
|
||||
iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
|
||||
|
Loading…
Reference in New Issue
Block a user