vim.spec: Fix patch number in %%prep
This commit is contained in:
parent
884135eaa5
commit
4f081c049e
2
vim.spec
2
vim.spec
@ -304,7 +304,7 @@ This subpackage contains files needed to set Vim as the default editor.
|
||||
%setup -q -b 0 -n %{vimdir}
|
||||
|
||||
# use %%{__python3} macro for defining shebangs in python3 tests
|
||||
sed -i -e 's,/usr/bin/python3,%{__python3},' %{PATCH3017}
|
||||
sed -i -e 's,/usr/bin/python3,%{__python3},' %{PATCH3005}
|
||||
|
||||
# fix rogue dependencies from sample code
|
||||
chmod -x runtime/tools/mve.awk
|
||||
|
Loading…
Reference in New Issue
Block a user