From cbd1c421d3b7ebc725b43c29d35d3bfc0dded15e Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 6 Apr 2021 11:55:51 -0400 Subject: [PATCH] typo fix --- gn.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gn.spec b/gn.spec index 952965e..4ac14de 100644 --- a/gn.spec +++ b/gn.spec @@ -141,7 +141,7 @@ install -t '%{buildroot}%{_bindir}' -p out/%{name} install -d '%{buildroot}%{_datadir}/vim/vimfiles' cp -vrp misc/vim/* '%{buildroot}%{_datadir}/vim/vimfiles' find '%{buildroot}%{_datadir}/vim/vimfiles' \ - -type -name 'README.*' -print -delete + -type f -name 'README.*' -print -delete %py_byte_compile %{__python3} '%{buildroot}%{_datadir}/vim/vimfiles/%{name}-format.py' install -d '%{buildroot}%{_emacs_sitestartdir}'